Skip to content

Commit f86dd02

Browse files
committed
Fix comment
1 parent 55c3456 commit f86dd02

File tree

2 files changed

+1
-601
lines changed

2 files changed

+1
-601
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8154,7 +8154,7 @@ SDValue SITargetLowering::lowerABSi16(SDValue Op, SelectionDAG &DAG) const {
81548154
assert(Op.getValueType() == MVT::i16 &&
81558155
"Tried to select abs i16 lowering with non-i16 type.");
81568156

8157-
// divergent means will not end up using SGPRs
8157+
// Divergent operands will not end up using SGPRs.
81588158
if (Op->isDivergent())
81598159
return SDValue();
81608160

0 commit comments

Comments
 (0)