[PATCH] D123870: [LoopDeletion] Don't delete loops with blocks that have their address taken

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 13:40:29 PDT 2022


nickdesaulniers requested changes to this revision.
nickdesaulniers added a comment.
This revision now requires changes to proceed.

In D123870#3454628 <https://reviews.llvm.org/D123870#3454628>, @efriedma wrote:

> In general, transformations are allowed to delete unreachable blocks that have their address taken.  See https://llvm.org/docs/LangRef.html#addresses-of-basic-blocks etc.  So I don't see a bug here.

That's what I thought. Throwing a gentle -1 on this until convinced otherwise.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123870



More information about the llvm-commits mailing list