We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01bf2d7 commit ad31366Copy full SHA for ad31366
llvm/lib/Target/X86/X86ISelLowering.h
@@ -724,6 +724,10 @@ namespace llvm {
724
MCVTSI2P,
725
MCVTUI2P,
726
727
+ // Custom handling for FP_TO_xINT_SAT
728
+ FP_TO_SINT_SAT,
729
+ FP_TO_UINT_SAT,
730
+
731
// Vector float to bfloat16.
732
// Convert packed single data to packed BF16 data
733
CVTNEPS2BF16,
@@ -917,10 +921,6 @@ namespace llvm {
917
921
// Load x87 FPU environment from memory.
918
922
FLDENVm,
919
923
920
- // Custom handling for FP_TO_xINT_SAT
- FP_TO_SINT_SAT,
- FP_TO_UINT_SAT,
-
924
/// This instruction implements FP_TO_SINT with the
925
/// integer destination in memory and a FP reg source. This corresponds
926
/// to the X86::FIST*m instructions and the rounding mode change stuff. It
0 commit comments