[PATCH] D46829: Require DominatorTree when requiring/preserving LoopInfo in the old pass manager

Mikael Holmén via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 00:44:25 PDT 2018


uabelho added a comment.

Thanks for the explanation!

I searched through the code and found two other passes that would also trigger the assertion, so I added the require to them too.
I wouldn't be surprised if there is some other pass that I missed but I haven't seen any other crash.


https://reviews.llvm.org/D46829





More information about the llvm-commits mailing list