Browse Source

Remove `LLVMAddLowerConstantIntrinsicsPass`

gingerBill 4 years ago
parent
commit
eac61fb536
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/llvm_backend_opt.cpp

+ 1 - 1
src/llvm_backend_opt.cpp

@@ -216,7 +216,7 @@ void lb_populate_module_pass_manager(LLVMTargetMachineRef target_machine, LLVMPa
 	LLVMAddGlobalDCEPass(mpm);
 	LLVMAddGlobalOptimizerPass(mpm);
 
-	LLVMAddLowerConstantIntrinsicsPass(mpm);
+	// LLVMAddLowerConstantIntrinsicsPass(mpm);
 
 	LLVMAddLoopRotatePass(mpm);