[PATCH] D33001: [RuntimeUnrolling] Add logic for loops with multiple exit blocks

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 07:39:00 PDT 2017


anna added inline comments.


================
Comment at: test/Transforms/LoopUnroll/runtime-loop-multiple-exits.ll:4
+; test with three exiting and three exit blocks.
+define void @test1(i64 %trip) {
+; CHECK-LABEL: test1
----------------
I will add more check statements in a later update. I'm hoping the focus for the first iteration is any implementation errors, or high level concerns.


https://reviews.llvm.org/D33001





More information about the llvm-commits mailing list