Skip to content

Commit 2d3eb8b

Browse files
committed
clang-format
1 parent 5d05416 commit 2d3eb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,7 @@ RISCVTargetLowering::RISCVTargetLowering(const TargetMachine &TM,
13801380
{ISD::VP_MERGE, ISD::VP_SELECT, ISD::VSELECT, ISD::SELECT}, VT,
13811381
Custom);
13821382
// TODO: Promote to fp32.
1383-
MVT F32VecVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount());
1383+
MVT F32VecVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount());
13841384
// Don't promote f16 vector operations to f32 if f32 vector type is
13851385
// not legal.
13861386
// TODO: could split the f16 vector into two vectors and do promotion.

0 commit comments

Comments
 (0)