forked from OSchip/llvm-project
parent
7c699f92cd
commit
251787686b
|
@ -328,7 +328,7 @@ bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM,
|
|||
PM.add(createOptimizeExtsPass());
|
||||
if (!DisableMachineLICM)
|
||||
PM.add(createMachineLICMPass());
|
||||
//if (EnableMachineCSE)
|
||||
if (EnableMachineCSE)
|
||||
PM.add(createMachineCSEPass());
|
||||
if (!DisableMachineSink)
|
||||
PM.add(createMachineSinkingPass());
|
||||
|
|
Loading…
Reference in New Issue