[PATCH] D64179: [CodeGen] Define an interface for the new pass manager.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 12:23:08 PDT 2019
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/PassManager.h:110
+ // The FunctionAnalysisManagerModuleProxy is preserved because (we assume)
+ // the function passes we ran didn't add or remove any functions.
+ //
----------------
I thought it was OK for function passes to add new functions, just not delete
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64179/new/
https://reviews.llvm.org/D64179
More information about the llvm-commits
mailing list