diff options
author | Craig Topper <craig.topper@intel.com> | 2019-10-29 10:47:02 -0700 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-10-29 11:38:15 -0700 |
commit | 772533d9214b6e23762847fc7080a4201396fb10 (patch) | |
tree | 9f63b6dfb704f5269110541b72d8f9a842e7baef /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py | |
parent | e6581783f767b7dcaf84223aeae05d2467106113 (diff) | |
download | bcm5719-llvm-772533d9214b6e23762847fc7080a4201396fb10.tar.gz bcm5719-llvm-772533d9214b6e23762847fc7080a4201396fb10.zip |
[X86] Narrow i64 compares with constant to i32 when the upper 32-bits are known zero.
This catches some cases. There are probably ways to improve this.
I tried doing it as a combine on the setcc, but that broke
some cases involving flag reuse in place of test.
I renamed the isX86CCUnsigned to isX86CCSigned and flipped its
polarity to make it consistent with the similar functions for
ISD::SETCC. This avoids calling EQ/NE as being signed or unsigned.
Fixes PR43823.
Differential Revision: https://reviews.llvm.org/D69499
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions