[PATCH] D121744: [SCCP] do not clean up dead blocks that have their address taken

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 01:32:07 PDT 2022


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM. We could still delay these blocks later (after all functions have been handled), but I don't think it would be worthwhile.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121744



More information about the llvm-commits mailing list