[PATCH] D152104: [LightAttributor] Run only as CGSCCPass.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 4 09:23:56 PDT 2023
nikic added inline comments.
================
Comment at: llvm/lib/Passes/PassBuilderPipelines.cpp:887
+ if (UseLightAttributor)
+ MainCGPipeline.addPass(LightweightAttributorCGSCCPass());
+ else
----------------
Supporting the SkipNonRecursive flag should improve compile-time a good bit. We only need to infer attributes at this pipeline position for non-trivial SCCs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152104/new/
https://reviews.llvm.org/D152104
More information about the llvm-commits
mailing list