[PATCH] D20267: [LTO] Add the ability to specify a subset of passes to run

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 19:24:55 PDT 2016


davide updated this revision to Diff 57279.
davide added a comment.

git-clang-formatted.
Also, this doesn't still allow to specify an AliasAnalysis pipeline (a-la opt). I'll introduce another option for that in a subsequent commit. 
Ideally we wouldn't need two different options, but the current architecture doesn't allow to get away with a single option, to the best of my knowledge.


http://reviews.llvm.org/D20267

Files:
  ELF/CMakeLists.txt
  ELF/Config.h
  ELF/Driver.cpp
  ELF/LTO.cpp
  ELF/Options.td
  test/ELF/lto/ltopasses-custom.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20267.57279.patch
Type: text/x-patch
Size: 6838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160514/8e6207c6/attachment.bin>


More information about the llvm-commits mailing list