Skip to content

Commit 29425a9

Browse files
committed
[NVPTX] expand fp_extend v2f32
1 parent bac9f2d commit 29425a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ NVPTXTargetLowering::NVPTXTargetLowering(const NVPTXTargetMachine &TM,
893893
setOperationAction(ISD::FP_ROUND, VT, Custom);
894894
}
895895
}
896+
setOperationAction(ISD::FP_EXTEND, MVT::v2f32, Expand);
896897

897898
// sm_80 only has conversions between f32 and bf16. Custom lower all other
898899
// bf16 conversions.

0 commit comments

Comments
 (0)