]> granicus.if.org Git - llvm/commit
[IndVarSimplify] Add tests for saturating math on IV; NFC
authorNikita Popov <nikita.ppv@gmail.com>
Sun, 2 Jun 2019 08:49:35 +0000 (08:49 +0000)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 2 Jun 2019 08:49:35 +0000 (08:49 +0000)
commitc813a34137708d4f665b8bdaeaf437f28a01cf07
tree8fb5a11d2fca1c176758f08b2cd6cf49b0b5c68b
parent8df3e1402e9ec50aa1bfecd916acb3791385d8f6
[IndVarSimplify] Add tests for saturating math on IV; NFC

These saturating math ops can be replaced with simple math.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362320 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/IndVarSimplify/eliminate-sat.ll [new file with mode: 0644]