[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 Jun 27 14:02:41 PDT 2017
anna added a comment.
The logic is now rewritten to avoid cloning the exit blocks (and test cases updated). The main puzzle was in the dominator tree update that was required after dedicated exits were generated for adjacent loops.
https://reviews.llvm.org/D33001
More information about the llvm-commits
mailing list