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

Carl Ritson via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 18:10:40 PDT 2024


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

I'll run compile time testing on a version without it -- it's possible there really is little difference already.

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


More information about the llvm-commits mailing list