[PATCH] D33540: [PM/ThinLTO] Port the ThinLTO pipeline (both components) to the new PM.
Chandler Carruth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 25 16:21:46 PDT 2017
chandlerc updated this revision to Diff 100328.
chandlerc added a comment.
Address comments from both Teresa and David. Moved PartialIniling to run both
before and after thin link along with a FIXME to revisit the correct placement
of this pass long term.
Added testing facilities for the ThinLTO pipelines.
https://reviews.llvm.org/D33540
Files:
include/llvm/Passes/PassBuilder.h
lib/LTO/LTOBackend.cpp
lib/Passes/PassBuilder.cpp
test/Other/new-pm-defaults.ll
test/Other/new-pm-thinlto-defaults.ll
test/ThinLTO/X86/error-newpm.ll
test/ThinLTO/X86/newpm-basic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33540.100328.patch
Type: text/x-patch
Size: 26151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170525/b0081f28/attachment.bin>
More information about the llvm-commits
mailing list