[PATCH] D77752: [llvm] Machine Learned policy for inlining -Oz
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 24 08:04:24 PDT 2020
mtrofin marked 2 inline comments as done.
mtrofin added inline comments.
================
Comment at: llvm/lib/Analysis/ML/InlineModelFeatureMaps.h:14
+#include <array>
+#include <vector>
+
----------------
phosek wrote:
> This is missing `<string>` include which Clang complains about.
thanks I'll patch it correctly in D81515 and then here
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