[llvm] AMDGPU: Fix implicit vcc def to vcc_lo on wave32 targets (PR #109514)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 21 03:02:28 PDT 2024
================
@@ -4512,7 +4512,7 @@ MachineInstr *SIInstrInfo::buildShrunkInst(MachineInstr &MI,
}
// FIXME: Losing implicit operands
-
+ fixImplicitOperands(*Inst32);
----------------
jayfoad wrote:
Is the call on line 4505 redundant with this?
https://github.com/llvm/llvm-project/pull/109514
More information about the llvm-commits
mailing list