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

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 19:57:15 PDT 2022


aeubanks added a comment.

if we're committing to making this work for all passes, we should have a test for this, perhaps something like making opt's `-run-twice` flag work with the new pass manager. hopefully eventually we can make `opt -passes='default<O3>' -run-twice` not crash


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