[X86] Convert ==/!= comparisons with -1 for checking undef in shuffle lowering...
[X86] Convert ==/!= comparisons with -1 for checking undef in shuffle lowering to comparisons of <0 or >=0. While there do the same for other kinds of index checks that can just check for greater than 0. No functional change intended. llvm-svn: 273788
Loading
Please sign in to comment