Skip to content

Commit d561412

Browse files
committed
[NVPTX] expand fp_extend v2f32
1 parent b35a635 commit d561412

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
@@ -930,6 +930,7 @@ NVPTXTargetLowering::NVPTXTargetLowering(const NVPTXTargetMachine &TM,
930930
setOperationAction(ISD::FP_ROUND, VT, Custom);
931931
}
932932
}
933+
setOperationAction(ISD::FP_EXTEND, MVT::v2f32, Expand);
933934

934935
// sm_80 only has conversions between f32 and bf16. Custom lower all other
935936
// bf16 conversions.

0 commit comments

Comments
 (0)