Skip to content

Commit fc1e81f

Browse files
committed
[NVPTX] expand fp_extend v2f32
1 parent 1a2fa58 commit fc1e81f

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
@@ -894,6 +894,7 @@ NVPTXTargetLowering::NVPTXTargetLowering(const NVPTXTargetMachine &TM,
894894
setOperationAction(ISD::FP_ROUND, VT, Custom);
895895
}
896896
}
897+
setOperationAction(ISD::FP_EXTEND, MVT::v2f32, Expand);
897898

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

0 commit comments

Comments
 (0)