[InstCombine] Add test cases showing missed opportunity to fold...
[InstCombine] Add test cases showing missed opportunity to fold BITWISE_OP(BSWAP(A),BSWAP(B))->BSWAP(BITWISE_OP(A, B)) for vectors. NFC llvm-svn: 306998
Loading
Please sign in to comment