commit | ec9b326569d383e3ed35ce5ad45686838fd02b8d | [log] [tgz] |
---|---|---|
author | Anna Thomas <anna@azul.com> | Thu Jul 13 13:21:23 2017 +0000 |
committer | Anna Thomas <anna@azul.com> | Thu Jul 13 13:21:23 2017 +0000 |
tree | be9736e1334b48829b471e6eb7e97f9d02f3abd3 | |
parent | 75ac75d01e0f8d7ec367c43ba6a173f375842484 [diff] |
[RuntimeUnrolling] Update DomTree correctly when exit blocks have successors Summary: When we runtime unroll with multiple exit blocks, we also need to update the immediate dominators of the immediate successors of the exit blocks. Reviewers: reames, mkuper, mzolotukhin, apilipenko Reviewed by: mzolotukhin Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D35304 llvm-svn: 307909