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 5beaf42 commit 4a5a041Copy full SHA for 4a5a041
llvm/lib/Target/AMDGPU/SIInsertWaitcnts.cpp
@@ -2456,8 +2456,7 @@ bool SIInsertWaitcnts::isPreheaderToFlush(
2456
bool SIInsertWaitcnts::isVMEMOrFlatVMEM(const MachineInstr &MI) const {
2457
if (SIInstrInfo::isFLAT(MI))
2458
return mayAccessVMEMThroughFlat(MI);
2459
- return SIInstrInfo::isMUBUF(MI) || SIInstrInfo::isMTBUF(MI) ||
2460
- SIInstrInfo::isImage(MI);
+ return SIInstrInfo::isVMEM(MI);
2461
}
2462
2463
// Return true if it is better to flush the vmcnt counter in the preheader of
0 commit comments