[X86] Add test cases showing missed select simplifcation for MCU when icmp is...
[X86] Add test cases showing missed select simplifcation for MCU when icmp is in a slightly different form. These test cases show that the "(select (and (x , 0x1) == 0), y, (z ^ y) ) -> (-(and (x , 0x1)) & z ) ^ y" doesn't work if the select condition is changed to (and (x, 0x1) != 1) llvm-svn: 335389
Loading
Please register or sign in to comment