[PATCH] D86178: [ObjCARCOpt] Port objc-arc to NPM
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 27 17:46:16 PDT 2020
aeubanks added inline comments.
================
Comment at: llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp:2501
+
+ auto &FAM = AM.getResult<FunctionAnalysisManagerModuleProxy>(M).getManager();
+ bool Changed = false;
----------------
ahatanak wrote:
> Are the results of the analyses currently preserved by `setPreservesCFG` preserved by the new pass manager too? If they aren't, is there a way to avoid doing the analyses again?
Done below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86178/new/
https://reviews.llvm.org/D86178
More information about the llvm-commits
mailing list