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 501a1cf commit 61251d3Copy full SHA for 61251d3
llvm/lib/CodeGen/BranchFolding.cpp
@@ -153,10 +153,6 @@ bool BranchFolderLegacy::runOnMachineFunction(MachineFunction &MF) {
153
if (skipFunction(MF.getFunction()))
154
return false;
155
156
- // TailMerge can create jump into if branches that make CFG irreducible for
157
- // HW that requires structurized CFG.
158
- bool EnableTailMerge =
159
- !MF.getTarget().requiresStructuredCFG() && this->EnableTailMerge;
160
MBFIWrapper MBBFreqInfo(
161
getAnalysis<MachineBlockFrequencyInfoWrapperPass>().getMBFI());
162
BranchFolder Folder(
0 commit comments