[PATCH] D77752: [llvm] Machine Learned policy for inlining -Oz

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 24 01:34:46 PDT 2020


phosek added inline comments.


================
Comment at: llvm/lib/Analysis/ML/InlineModelFeatureMaps.h:14
+#include <array>
+#include <vector>
+
----------------
This is missing `<string>` include which Clang complains about.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77752/new/

https://reviews.llvm.org/D77752





More information about the llvm-commits mailing list