[PATCH] D152104: [LightAttributor] Run only as CGSCCPass.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 4 09:38:04 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/lib/Passes/PassBuilderPipelines.cpp:260
+static cl::opt<bool> UseLightAttributor("enable-light-attributor",
+ cl::init(true), cl::Hidden,
----------------
Can you combine this with the attributor-enable flag? I dislike having various overlapping pass control flags
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