Skip to content

Commit b2d5828

Browse files
committed
Fix mnemonic
Signed-off-by: John Lu <[email protected]>
1 parent 559ef0a commit b2d5828

File tree

2 files changed

+10938
-1
lines changed

2 files changed

+10938
-1
lines changed

llvm/lib/Target/AMDGPU/SIInstrInfo.cpp

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

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

0 commit comments

Comments
 (0)