add scalar FP to Int conversion with truncation intrinsics
add scalar conversion FP32 from/to FP64 intrinsics
add rounding mode and SAE mode encoding for these intrinsics
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Some minor fixes. You can commit afterwards.
../llvm/lib/Target/X86/X86InstrAVX512.td | ||
---|---|---|
4597 ↗ | (On Diff #34216) | You have two pairs of names avx512_cvt_fp_scalar_rc and avx512_cvt_fp_rc_scalar, avx512_cvt_fp_scalar_sae and avx512_cvt_fp_sae_scalar, please try to rename |
../llvm/lib/Target/X86/X86IntrinsicsInfo.h | ||
562 ↗ | (On Diff #34216) | The line is too long |