Skip to content

Commit 8c40e06

Browse files
committed
Update TODO
1 parent 2d3eb8b commit 8c40e06

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
@@ -1379,14 +1379,14 @@ RISCVTargetLowering::RISCVTargetLowering(const TargetMachine &TM,
13791379
setOperationAction(
13801380
{ISD::VP_MERGE, ISD::VP_SELECT, ISD::VSELECT, ISD::SELECT}, VT,
13811381
Custom);
1382-
// TODO: Promote to fp32.
13831382
MVT F32VecVT = MVT::getVectorVT(MVT::f32, VT.getVectorElementCount());
13841383
// Don't promote f16 vector operations to f32 if f32 vector type is
13851384
// not legal.
13861385
// TODO: could split the f16 vector into two vectors and do promotion.
13871386
if (!isTypeLegal(F32VecVT))
13881387
continue;
13891388
setOperationPromotedToType(ZvfhminZvfbfminPromoteOps, VT, F32VecVT);
1389+
// TODO: Promote VP ops to fp32.
13901390
continue;
13911391
}
13921392

0 commit comments

Comments
 (0)