diff options
author | Li Jia He <hljhehlj@cn.ibm.com> | 2018-10-26 02:34:57 +0000 |
---|---|---|
committer | Li Jia He <hljhehlj@cn.ibm.com> | 2018-10-26 02:34:57 +0000 |
commit | 1ad356dfb357fd07e84acb09b1c33deb55df0129 (patch) | |
tree | f6302683e0b517032d162c4e0e9059f2d38af6f0 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | 21beeb29ea8934f06bb7ae3a8a45c34acd7a2d36 (diff) | |
download | bcm5719-llvm-1ad356dfb357fd07e84acb09b1c33deb55df0129.tar.gz bcm5719-llvm-1ad356dfb357fd07e84acb09b1c33deb55df0129.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: 345357
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions