Skip to content

Commit a84e5e8

Browse files
committed
Fix a typo
1 parent 76e4afb commit a84e5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AMDGPU/SIISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7037,7 +7037,7 @@ static SDValue lowerBALLOTIntrinsic(const SITargetLowering &TLI, SDNode *N,
70377037
if (Src.getOpcode() == ISD::SETCC) {
70387038
SDValue Op0 = Src.getOperand(0);
70397039
SDValue Op1 = Src.getOperand(1);
7040-
// Need to expand bflat to float for comparison (setcc).
7040+
// Need to expand bfloat to float for comparison (setcc).
70417041
if (Op0.getValueType() == MVT::bf16) {
70427042
Op0 = DAG.getNode(ISD::FP_EXTEND, SL, MVT::f32, Op0);
70437043
Op1 = DAG.getNode(ISD::FP_EXTEND, SL, MVT::f32, Op1);

0 commit comments

Comments
 (0)