Only legalise a VSELECT in to bitwise operations if the vector mask bool is...
Only legalise a VSELECT in to bitwise operations if the vector mask bool is zeros or all ones. A vector bool with just ones isn't suitable for masking with. No test case unfortunately as i couldn't find a target which fit all the conditions needed to hit this code. llvm-svn: 163075
Loading
Please register or sign in to comment