diff options
| author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2017-05-21 05:02:12 +0000 |
|---|---|---|
| committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2017-05-21 05:02:12 +0000 |
| commit | 8963650cfa04a60dbb51e4bd27b9fefeb51ab71b (patch) | |
| tree | a7fc16eba5dfaeb8deb3ed51cfa3fe86e2345e98 /llvm/test/Analysis/ScalarEvolution/nsw.ll | |
| parent | 52071683836a749cb827a4aa8c2969ec9cade1c9 (diff) | |
| download | bcm5719-llvm-8963650cfa04a60dbb51e4bd27b9fefeb51ab71b.tar.gz bcm5719-llvm-8963650cfa04a60dbb51e4bd27b9fefeb51ab71b.zip | |
Revert "[SCEV] Clarify behavior around max backedge taken count"
This reverts commit r303497 since it breaks the msan bootstrap bot:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/1379/
llvm-svn: 303498
Diffstat (limited to 'llvm/test/Analysis/ScalarEvolution/nsw.ll')
| -rw-r--r-- | llvm/test/Analysis/ScalarEvolution/nsw.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/nsw.ll b/llvm/test/Analysis/ScalarEvolution/nsw.ll index 39b958d3ea0..a3752919d33 100644 --- a/llvm/test/Analysis/ScalarEvolution/nsw.ll +++ b/llvm/test/Analysis/ScalarEvolution/nsw.ll @@ -102,7 +102,7 @@ for.body.i.i: ; preds = %entry, %for.body.i. %cmp.i.i = icmp eq i32* %ptrincdec.i.i, %end br i1 %cmp.i.i, label %_ZSt4fillIPiiEvT_S1_RKT0_.exit, label %for.body.i.i ; CHECK: Loop %for.body.i.i: backedge-taken count is ((-4 + (-1 * %begin) + %end) /u 4) -; CHECK: Loop %for.body.i.i: max backedge-taken count is 4611686018427387903 +; CHECK: Loop %for.body.i.i: max backedge-taken count is ((-4 + (-1 * %begin) + %end) /u 4) _ZSt4fillIPiiEvT_S1_RKT0_.exit: ; preds = %for.body.i.i, %entry ret void } |

