[PATCH] D43876: [LoopUnroll] Peel off iterations if it makes conditions true/false.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 09:09:14 PST 2018


fhahn added inline comments.


================
Comment at: test/Transforms/LoopUnroll/peel-loop-conditions.ll:75
+  ret void
+}
----------------
lebedev.ri wrote:
> What about peeling from the end (i guess will still work), and from the beginning and end?
We could do that as well. It would require changes to peelLoop though and should be done as a follow up patch to this one.


https://reviews.llvm.org/D43876





More information about the llvm-commits mailing list