[PATCH] D56284: [UnrollRuntime] Fix domTree failure in multiexit unrolling

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 7 12:16:58 PST 2019


kuhar added a comment.

In D56284#1348681 <https://reviews.llvm.org/D56284#1348681>, @anna wrote:

> the same bug can happen with:
>
> 1. latch exit
> 2. non-immediate successors of latchexit/otherexit.
>
>   I have simplified test cases for each of these and we need a more general fix. Working on this.


... these things are extremely bug-prone; I really do suggest using the automatic updater instead of trying to deal with all tricky corner-cases here :)


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56284/new/

https://reviews.llvm.org/D56284





More information about the llvm-commits mailing list