summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2017-11-10 19:13:35 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2017-11-10 19:13:35 +0000
commit6fabb90765ba5c932ceec5ad7ac6816c6d5bbeff (patch)
tree84db3fc9f0422e9e61caef4bdd6ce8a489125052 /lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py
parent8320a1753f044a7762cae23b8b2e0bb96c74edab (diff)
downloadbcm5719-llvm-6fabb90765ba5c932ceec5ad7ac6816c6d5bbeff.tar.gz
bcm5719-llvm-6fabb90765ba5c932ceec5ad7ac6816c6d5bbeff.zip
[CVP] Remove some {s|u}add.with.overflow checks.
Summary: This adds logic to CVP to remove some overflow checks. It uses LVI to remove operations with at least one constant. Specifically, this can remove many overflow intrinsics immediately following an overflow check in the source code, such as: if (x < INT_MAX) ... x + 1 ... Patch by Joel Galenson! Reviewers: sanjoy, regehr Reviewed By: sanjoy Subscribers: fhahn, pirama, srhines, llvm-commits Differential Revision: https://reviews.llvm.org/D39483 llvm-svn: 317911
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud