[X86] Add test cases for suboptimal vselect+setcc splitting.
If the vselect result type needs to be split, it will try to also try to split the condition if it happens to be a setcc. With avx512 where k-registers are legal, its probably better to just use a kshift to split the mask register. llvm-svn: 373536
Loading
Please register or sign in to comment