[SCEV] Add tests where assumes can be used to improve tripe multiple.
authorFlorian Hahn <flo@fhahn.com>
Mon, 19 Oct 2020 16:25:34 +0000 (17:25 +0100)
committerFlorian Hahn <flo@fhahn.com>
Mon, 19 Oct 2020 17:26:09 +0000 (18:26 +0100)
commit3cbdae22b91b94d21c0ca348e5ceea7081c9887d
treefc039f8371e845615c8760aaaf669f88242f22d7
parentec0dc70efca825199cc5955cf813170a12e5c6a9
[SCEV] Add tests where assumes can be used to improve tripe multiple.

This patch adds a set of tests where information from assumes can be
used to improve the trip multiple.

See PR47904.
llvm/test/Analysis/ScalarEvolution/trip-multiple-guard-info.ll [new file with mode: 0644]