[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:07:29 PDT 2022


nickdesaulniers added a comment.

Should we be replacing the blockaddress with a Constant 1 in such cases? We do that elsewhere in a couple places. @efriedma ?


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