[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)
commiteb375098322ff28bbf1f1789bb659e2d7c88e646
tree29a31f63875627c5d3bab613c93b1e208b8a8eee
parent0bfa9359b0df7cdb2a1f9af0da04c9e14deadc52
[IndVarSimplify] Add tests for saturating math on IV; NFC

These saturating math ops can be replaced with simple math.

llvm-svn: 362320
llvm/test/Transforms/IndVarSimplify/eliminate-sat.ll [new file with mode: 0644]