[PATCH] D123870: [LoopDeletion] Don't delete loops with blocks that have their address taken
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 15 13:19:55 PDT 2022
efriedma added a comment.
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.
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