]> granicus.if.org Git - llvm/commit
[InstCombine] Cleanup the interface for overflow checks
authorCraig Topper <craig.topper@gmail.com>
Mon, 22 May 2017 06:25:31 +0000 (06:25 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 22 May 2017 06:25:31 +0000 (06:25 +0000)
commit80b8691318d514235caded3c747463f929c3ec6a
tree5e761f3d3da6de1e022a2c9b269ca27999af2e35
parentba7c7e397f63881288313d1726a9495d4f572cc8
[InstCombine] Cleanup the interface for overflow checks

Summary:
Fix naming conventions and const correctness.
This completes the changes made in rL303029.

Patch by Yoav Ben-Shalom.

Reviewers: craig.topper

Reviewed By: craig.topper

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D33377

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303529 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineAddSub.cpp
lib/Transforms/InstCombine/InstCombineCompares.cpp
lib/Transforms/InstCombine/InstCombineInternal.h
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp