Skip to content

Commit b81dc55

Browse files
committed
[NVPTX] expand fp_extend v2f32
1 parent 864cb6f commit b81dc55

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)