[llvm] [AMDGPU] Fix machine verification failure from INIT_EXEC lowering (PR #98333)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 01:14:51 PDT 2024


================
@@ -1676,6 +1676,8 @@ bool SIWholeQuadMode::runOnMachineFunction(MachineFunction &MF) {
   if (!(GlobalFlags & (StateWQM | StateStrict)) && LowerToCopyInstrs.empty() &&
----------------
jayfoad wrote:

The only thing I can see that we _might_ be able to skip over in some cases is the two `for (auto BII : Blocks)` loops below.

https://github.com/llvm/llvm-project/pull/98333


More information about the llvm-commits mailing list