[PATCH] D145265: [Pipeline] Remove GlobalCleanupPM
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 3 12:33:38 PST 2023
aeubanks created this revision.
Herald added a subscriber: hiraditya.
Herald added a reviewer: ctetreau.
Herald added a project: All.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is unnecessary given we're about to run the simplification pipeline anyway.
Requires shuffling around some InstCombine/SimplifyCFG within the function simplification pipelines.
Fairly substantial compile time wins:
https://llvm-compile-time-tracker.com/compare.php?from=bd6eb1423c38ef14014b8ddacb42326bd9f38af4&to=d54ed20dc2d607849b526ecb82b97c2691e82845&stat=instructions:u
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D145265
Files:
llvm/lib/Passes/PassBuilderPipelines.cpp
llvm/test/Transforms/Coroutines/coro-async.ll
llvm/test/Transforms/Coroutines/coro-retcon-alloca-opaque-ptr.ll
llvm/test/Transforms/Coroutines/coro-retcon-alloca.ll
llvm/test/Transforms/Coroutines/coro-retcon-once-value.ll
llvm/test/Transforms/Coroutines/coro-retcon-opaque-ptr.ll
llvm/test/Transforms/Coroutines/coro-retcon-resume-values.ll
llvm/test/Transforms/Coroutines/coro-retcon-value.ll
llvm/test/Transforms/Coroutines/coro-retcon.ll
llvm/test/Transforms/Coroutines/coro-swifterror.ll
llvm/test/Transforms/PhaseOrdering/X86/pr52289.ll
llvm/test/Transforms/PhaseOrdering/inlining-alignment-assumptions.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145265.502220.patch
Type: text/x-patch
Size: 20455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230303/4f77e52f/attachment.bin>
More information about the llvm-commits
mailing list