[PATCH] D28422: LowerTypeTests: Thread summary and action from the API and command line into the pass.
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 6 17:14:17 PST 2017
mehdi_amini accepted this revision.
mehdi_amini added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/include/llvm/Transforms/IPO.h:227
/// bitsets.
-ModulePass *createLowerTypeTestsPass();
+ModulePass *createLowerTypeTestsPass(LowerTypeTestsSummaryAction Action,
+ ModuleSummaryIndex *Index);
----------------
Document the arguments, especially mention that Index can be null when Action is None.
https://reviews.llvm.org/D28422
More information about the llvm-commits
mailing list