[X86] Remove code from combineUIntToFP that tried to favor UINT_TO_FP if legal...
[X86] Remove code from combineUIntToFP that tried to favor UINT_TO_FP if legal when zero extending from vXi8/vX816. The UINT_TO_FP is immediately converted to SINT_TO_FP when the node is re-evaluated because we'll detect that the sign bit is zero. llvm-svn: 319234
Loading
Please register or sign in to comment