diff options
author | Craig Topper <craig.topper@intel.com> | 2018-06-22 21:09:31 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-06-22 21:09:31 +0000 |
commit | a55cc4a2e94a869676417ae8a4bce92bcaf82399 (patch) | |
tree | 9cd67959d7c602752b18c37b0480c72d73895b43 /llvm/tools/llvm-mca/RetireControlUnit.cpp | |
parent | e2a7f3106446f644372ba920bdcd9c16a8cc3b02 (diff) | |
download | bcm5719-llvm-a55cc4a2e94a869676417ae8a4bce92bcaf82399.tar.gz bcm5719-llvm-a55cc4a2e94a869676417ae8a4bce92bcaf82399.zip |
[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
Diffstat (limited to 'llvm/tools/llvm-mca/RetireControlUnit.cpp')
0 files changed, 0 insertions, 0 deletions