[PATCH] D120491: Add extension points to LTO pipeline in new pass manager
Elia Geretto via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 25 01:10:34 PST 2022
EliaGeretto updated this revision to Diff 411344.
EliaGeretto added a comment.
Herald added subscribers: ormris, steven_wu.
Given that `new-pm-lto-defaults.ll` was also not a great fit, I decided to move all the tests for the LTO extension points to a new `new-pm-lto-ep-callbacks.ll` file, which is very similar to `new-pm-O0-ep-callbacks.ll` but has a more meaningful name.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120491/new/
https://reviews.llvm.org/D120491
Files:
llvm/include/llvm/Passes/PassBuilder.h
llvm/lib/Passes/PassBuilderPipelines.cpp
llvm/test/Other/new-pm-lto-ep-callbacks.ll
llvm/tools/opt/NewPMDriver.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120491.411344.patch
Type: text/x-patch
Size: 6723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220225/6b9ec031/attachment.bin>
More information about the llvm-commits
mailing list