[PATCH] D22942: [SCEV] Fix runtime error caused by ValueOffsetPair

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 11:15:38 PDT 2016


sanjoy accepted this revision.
sanjoy added a comment.
This revision is now accepted and ready to land.

lgtm


================
Comment at: test/Analysis/ScalarEvolution/pr28705.ll:13
@@ +12,3 @@
+entry:
+  %cmp.i1137 = icmp ugt i32 %sub.ptr.div.i, 3
+  %.sroa.speculated = select i1 %cmp.i1137, i32 3, i32 %sub.ptr.div.i
----------------
This is totally optional, but if I'd clean up the variable names a little bit before checkin.  E.g. s/`%I641.03128`/`%iv`, s/` %DB.sroa.9.03127`/`%iv2` etc.


Repository:
  rL LLVM

https://reviews.llvm.org/D22942





More information about the llvm-commits mailing list