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 61251d3 commit ec4571aCopy full SHA for ec4571a
llvm/lib/CodeGen/TargetPassConfig.cpp
@@ -1514,9 +1514,9 @@ void TargetPassConfig::addMachineLateOptimization() {
1514
addPass(&MachineLateInstrsCleanupID);
1515
1516
// Branch folding must be run after regalloc and prolog/epilog insertion.
1517
- if(!isPassSubstitutedOrOverridden(&BranchFolderPassID))
+ if (!isPassSubstitutedOrOverridden(&BranchFolderPassID))
1518
addPass(createBranchFolderPass(!TM->requiresStructuredCFG() &&
1519
- getEnableTailMerge()));
+ getEnableTailMerge()));
1520
1521
// Tail duplication.
1522
// Note that duplicating tail just increases code size and degrades
0 commit comments