[PATCH] D87625: [PruneEH][NewPM] Port prune-eh to NPM

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 11:42:47 PDT 2020


aeubanks added a comment.

Looking at the pass, it looks like it can be run independently of an inliner since it simply changes invokes into calls whenever possible.
There are lots of random tests that use this pass, and there's even a C API for it.
I think we should port this, and this patch is pretty small. Of course we can always remove it later if we decide to.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87625



More information about the llvm-commits mailing list