We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3d879 commit c3c50efCopy full SHA for c3c50ef
llvm/include/llvm/Support/StandardPasses.h
@@ -122,7 +122,6 @@ namespace llvm {
122
PM->add(createSimplifyLibCallsPass()); // Library Call Optimizations
123
PM->add(createInstructionCombiningPass()); // Cleanup for scalarrepl.
124
PM->add(createJumpThreadingPass()); // Thread jumps.
125
- PM->add(createCorrelatedValuePropagationPass()); // Propagate conditionals
126
PM->add(createCFGSimplificationPass()); // Merge & remove BBs
127
PM->add(createInstructionCombiningPass()); // Combine silly seq's
128
0 commit comments