[PATCH] D43878: [LoopUnroll] Simplify induction variables after peeling too.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 28 13:28:29 PST 2018


fhahn added a comment.

Thanks Eli, will update tomorrow.



================
Comment at: test/Transforms/LoopUnroll/peel-loop-conditions.ll:47
 
 for.body:
   %i.05 = phi i32 [ 0, %for.body.lr.ph ], [ %inc, %for.inc ]
----------------
efriedma wrote:
> We don't peel this loop on master...?  Or is this based on top of D43876?
Yep, the test case is the modified case from D43876. I've linked it now, sorry for the confusion. If D43876 is hold up, I think it shouldn't be too hard to come up with a different test case.


https://reviews.llvm.org/D43878





More information about the llvm-commits mailing list