mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 19:32:23 -07:00
Remove LLVMAddLowerConstantIntrinsicsPass
This commit is contained in:
@@ -216,7 +216,7 @@ void lb_populate_module_pass_manager(LLVMTargetMachineRef target_machine, LLVMPa
|
||||
LLVMAddGlobalDCEPass(mpm);
|
||||
LLVMAddGlobalOptimizerPass(mpm);
|
||||
|
||||
LLVMAddLowerConstantIntrinsicsPass(mpm);
|
||||
// LLVMAddLowerConstantIntrinsicsPass(mpm);
|
||||
|
||||
LLVMAddLoopRotatePass(mpm);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user