[PATCH] D128830: [Pipelines] Introduce DAE after ArgumentPromotion
Pavel Samolysov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 30 08:03:54 PDT 2022
psamolysov added inline comments.
================
Comment at: llvm/lib/Passes/PassBuilderPipelines.cpp:1622
InlineContext{ThinOrFullLTOPhase::FullLTOPostLink,
- InlinePass::CGSCCInliner}));
+ InlinePass::CGSCCInliner}));
----------------
psamolysov wrote:
> mtrofin wrote:
> > same clang-format q
> Should I revert the changes introduced by clang-format?
If these formatting changes make sense, I can introduce them in a separate patch. Should I?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128830/new/
https://reviews.llvm.org/D128830
More information about the llvm-commits
mailing list