[llvm] [AMDGCN][SIWholeQuadMode] Handle case when SI_KILL_I1_TERMINATOR -1,0 is not the only terminator (PR #122922)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 04:11:46 PDT 2025


================
@@ -920,9 +920,8 @@ MachineInstr *SIWholeQuadMode::lowerKillF32(MachineInstr &MI) {
   LIS->InsertMachineInstrInMaps(*MaskUpdateMI);
   LIS->InsertMachineInstrInMaps(*ExecMaskMI);
   LIS->InsertMachineInstrInMaps(*EarlyTermMI);
----------------
jayfoad wrote:

Nit: swap these two lines, so they are in code order of the new instructions?

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


More information about the llvm-commits mailing list