forked from OSchip/llvm-project
606a000d1a
Logic in this pass assumes that all users of loop instructions are either in the same loop or are LCSSA Phis. In fact, there can also be users in unreachable blocks that currently break assertions. Such users don't need to go to the next round of simplifications. Reviewed By: fhahn Differential Revision: https://reviews.llvm.org/D124368 |
||
---|---|---|
.. | ||
basic.ll | ||
pr55072.ll |