[PATCH] D143624: Inlining: Run the legacy AlwaysInliner before the regular inliner.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 9 16:42:55 PST 2023
aemerson updated this revision to Diff 496283.
aemerson edited the summary of this revision.
aemerson added a comment.
Address comments. Disable `-mandatory-inlining-first` by default and insert lifetime intrinsics if not at -O0.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143624/new/
https://reviews.llvm.org/D143624
Files:
clang/test/CodeGen/code-coverage.c
clang/test/Frontend/optimization-remark-with-hotness-new-pm.c
clang/test/Headers/__clang_hip_math.hip
clang/test/OpenMP/bug57757.cpp
llvm/lib/Passes/PassBuilderPipelines.cpp
llvm/test/Other/new-pm-defaults.ll
llvm/test/Other/new-pm-print-pipeline.ll
llvm/test/Other/new-pm-thinlto-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
llvm/test/Transforms/Inline/always-inline-newpm.ll
llvm/test/Transforms/PhaseOrdering/ARM/arm_mult_q15.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143624.496283.patch
Type: text/x-patch
Size: 112102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230210/0f5b98ca/attachment.bin>
More information about the llvm-commits
mailing list