[X86] combineUIntToFP - fold vXiY -> vXf16 using SINT_TO_FP(ZEXT())
AVX512 targets can just as easily use UINT_TO_FP/SINT_TO_FP, but pre-AVX512 only have SINT_TO_FP instructions
parent
692fbd6c
Please register or sign in to comment
AVX512 targets can just as easily use UINT_TO_FP/SINT_TO_FP, but pre-AVX512 only have SINT_TO_FP instructions