[PATCH] D28996: [PM] Flesh out the new pm LTO pipeline

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 22 15:54:25 PST 2017


davide created this revision.
Herald added subscribers: mehdi_amini, jfb.

This is pretty much a carbon copy of the current pass manager pipeline, and it unblocks my testing. Passes not yet ported or disabled because of problems with the loop PM are marked with a `FIXME`. So, not complete, but hopefully a starting point.  For those watching, this is so that I can start playing with PGO support in the new inliner (at LTO time).


Repository:
  rL LLVM

https://reviews.llvm.org/D28996

Files:
  lib/Passes/PassBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28996.85304.patch
Type: text/x-patch
Size: 6892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170122/756c6d36/attachment.bin>


More information about the llvm-commits mailing list