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 f4ee62c commit f23bbf6Copy full SHA for f23bbf6
llvm/lib/Target/X86/X86PreTileConfig.cpp
@@ -327,7 +327,7 @@ bool X86PreTileConfig::runOnMachineFunction(MachineFunction &MF) {
327
MachineBasicBlock *MBB = CfgLiveInBBs.pop_back_val();
328
for (auto *Pred : MBB->predecessors()) {
329
auto &Info = BBVisitedInfo[Pred];
330
- if (BBVisitedInfo[Pred].LastCall) {
+ if (Info.LastCall) {
331
CfgNeedInsert.insert(Info.LastCall);
332
} else if (!Info.NeedTileCfgLiveIn) {
333
Info.NeedTileCfgLiveIn = true;
0 commit comments