Skip to content

Commit 8f79d82

Browse files
committed
Fix mnemonic
Signed-off-by: John Lu <[email protected]>
1 parent d9321dd commit 8f79d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10689,7 +10689,7 @@ bool SIInstrInfo::optimizeCompareInstr(MachineInstr &CmpInstr, Register SrcReg,
1068910689
if (!optimizeSCC(Def, &CmpInstr, RI))
1069010690
return false;
1069110691

10692-
// If s_or_32 result is unused (i.e. it is effectively a 64-bit s_cmp_lg of
10692+
// If s_or_b32 result is unused (i.e. it is effectively a 64-bit s_cmp_lg of
1069310693
// a register pair) and the input is a 64-bit foldableSelect then transform:
1069410694
//
1069510695
// (s_or_b32 (S_CSELECT_B64 (non-zero imm), 0), 0 => (S_CSELECT_B64

0 commit comments

Comments
 (0)