[PATCH] D93743: [NewPM] Run ObjC ARC passes
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 8 15:13:28 PST 2021
aeubanks added a comment.
In D93743#2487987 <https://reviews.llvm.org/D93743#2487987>, @ahatanak wrote:
> LGTM. ARC contract pass isn't being run by the NPM, but you are going to change that in the future, I guess?
Looks like that's part of the codegen pipeline and not the optimization pipeline, and the NPM switch is only for the optimization pipeline.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93743/new/
https://reviews.llvm.org/D93743
More information about the llvm-commits
mailing list