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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 1 02:36:19 PST 2018


lebedev.ri added inline comments.


================
Comment at: test/Transforms/LoopUnroll/peel-loop-conditions.ll:75
+  ret void
+}
----------------
What about peeling from the end (i guess will still work), and from the beginning and end?


https://reviews.llvm.org/D43876





More information about the llvm-commits mailing list