diff options
author | Li Jia He <hljhehlj@cn.ibm.com> | 2018-10-26 06:48:53 +0000 |
---|---|---|
committer | Li Jia He <hljhehlj@cn.ibm.com> | 2018-10-26 06:48:53 +0000 |
commit | f6fb752fe80f05e57b4b6928597d1113a558a7c1 (patch) | |
tree | eb420d91f41670cabc3f3ad5e53915d90e81ccc9 /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py | |
parent | 95214673181458834976505992216a30465f3b9a (diff) | |
download | bcm5719-llvm-f6fb752fe80f05e57b4b6928597d1113a558a7c1.tar.gz bcm5719-llvm-f6fb752fe80f05e57b4b6928597d1113a558a7c1.zip |
[PowerPC] Fix some missed optimization opportunities in combineSetCC
For both operands are bool, short, int, long, long long, add the following optimization.
1. 0-x == y --> x+y ==0
2. 0-x != y --> x+y != 0
Review: nemanjai
Differential Revision: https://reviews.llvm.org/D53360
llvm-svn: 345366
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions