[PATCH] D82817: [llvm] Native size estimator for training -Oz inliner
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 9 16:27:02 PDT 2020
mtrofin marked 2 inline comments as done.
mtrofin added inline comments.
================
Comment at: llvm/unittests/Analysis/InlineSizeEstimatorAnalysisTest.cpp:97
+#if LLVM_HAVE_TF_API
+ EXPECT_GT(*SizeEstimate, 0);
+#else
----------------
davidxl wrote:
> why is the result 0?
It's not, it's greater than 0.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82817/new/
https://reviews.llvm.org/D82817
More information about the llvm-commits
mailing list