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 9b22521 commit d11ea2cCopy full SHA for d11ea2c
llvm/lib/CodeGen/GlobalISel/Localizer.cpp
@@ -115,7 +115,7 @@ bool Localizer::localizeInterBlock(
115
// we start doing CSE across blocks.
116
auto &MBB = MF.front();
117
for (MachineInstr &MI : MBB) {
118
- if (LocalizedInstrs.count(&MI) || !shouldLocalize(MI))
+ if (!shouldLocalize(MI))
119
continue;
120
LLVM_DEBUG(dbgs() << "Should localize: " << MI);
121
assert(MI.getDesc().getNumDefs() == 1 &&
0 commit comments