[PATCH] D130954: [DeadArgElim] Clear state before returning (NFC).

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 4 00:13:35 PDT 2022


nikic added a comment.

Are these three patches the only ones needed to support this? The main argument in favor of allowing this I see is that function passes *can* be reused (after all, we call them for each function), so not allowing reuse of module passes is "inconsistent".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130954



More information about the llvm-commits mailing list