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
Event Timeline
Comment Actions
Some minor fixes. You can commit afterwards.
../llvm/lib/Target/X86/X86InstrAVX512.td | ||
---|---|---|
4619 | 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 | The line is too long |
Please try to avoid adding new nodes. May be you can use the existing staff.