Skip to content

Commit 82b246f

Browse files
committed
[NVPTX] expand fp_extend v2f32
1 parent 4ed8f9f commit 82b246f

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
@@ -898,6 +898,7 @@ NVPTXTargetLowering::NVPTXTargetLowering(const NVPTXTargetMachine &TM,
898898
setOperationAction(ISD::FP_ROUND, VT, Custom);
899899
}
900900
}
901+
setOperationAction(ISD::FP_EXTEND, MVT::v2f32, Expand);
901902

902903
// sm_80 only has conversions between f32 and bf16. Custom lower all other
903904
// bf16 conversions.

0 commit comments

Comments
 (0)