[PATCH] D22942: [SCEV] Fix runtime error caused by ValueOffsetPair
Wei Mi via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 9 12:33:42 PDT 2016
wmi added inline comments.
================
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
----------------
sanjoy wrote:
> 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.
Fixed. Thanks.
Repository:
rL LLVM
https://reviews.llvm.org/D22942
More information about the llvm-commits
mailing list