mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00: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