Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only...
Don't use 64-bit versions of MOVMSKPD in CodeGen. The instructions only produce a 1-bit result so we can just use SUBREG_TO_REG to extend the 32-bit versions. llvm-svn: 192562
Loading
Please register or sign in to comment