[PATCH] D87625: [PruneEH][NewPM] Port prune-eh to NPM
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 14 13:46:58 PDT 2020
aeubanks added a comment.
In D87625#2272011 <https://reviews.llvm.org/D87625#2272011>, @asbirlea wrote:
> I think for clarify this could be split into a patch that updates the current pass to use the CallGraphUpdater, and a patch that only adds the pass for the new pass manager.
CallGraphUpdater: https://reviews.llvm.org/D87632
There I also added asserts that all Functions were not null.
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