summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py
diff options
context:
space:
mode:
authorLi Jia He <hljhehlj@cn.ibm.com>2018-10-26 06:48:53 +0000
committerLi Jia He <hljhehlj@cn.ibm.com>2018-10-26 06:48:53 +0000
commitf6fb752fe80f05e57b4b6928597d1113a558a7c1 (patch)
treeeb420d91f41670cabc3f3ad5e53915d90e81ccc9 /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py
parent95214673181458834976505992216a30465f3b9a (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud