diff options
author | Li Jia He <hljhehlj@cn.ibm.com> | 2018-10-26 05:02:10 +0000 |
---|---|---|
committer | Li Jia He <hljhehlj@cn.ibm.com> | 2018-10-26 05:02:10 +0000 |
commit | 95214673181458834976505992216a30465f3b9a (patch) | |
tree | 03523add2c9251ea149b1cf31a13b3c1a66b36ca /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | 15e6b10fa9d48dbb90b657fbc64f1c7a6b15e960 (diff) | |
download | bcm5719-llvm-95214673181458834976505992216a30465f3b9a.tar.gz bcm5719-llvm-95214673181458834976505992216a30465f3b9a.zip |
[PowerPC][NFC] Add tests for some missed optimization opportunities in combineSetCC
For both operands are bool, short, int, long, long long, add the following optimization test case.
1. 0-x == y --> x+y ==0
2. 0-x != y --> x+y != 0
Review: nemanjai
Differential Revision: https://reviews.llvm.org/D53358
llvm-svn: 345365
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions