[PATCH] D29782: IR: Type ID summary extensions for WPD; thread summary into WPD pass.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 18:06:59 PST 2017


mehdi_amini added a comment.

LGTM



================
Comment at: llvm/include/llvm/IR/ModuleSummaryIndex.h:433
+
+  std::map<std::vector<uint64_t>, ByArg> ResByArg;
+};
----------------
Doc?


https://reviews.llvm.org/D29782





More information about the llvm-commits mailing list