[PATCH] D115465: [NFC][MLGO] Factor ModelUnderTrainingRunner for reuse
Yundi Qian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 10 10:49:53 PST 2021
yundiqian accepted this revision.
yundiqian added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Analysis/ModelUnderTrainingRunner.cpp:42
+ }
+ return LastEvaluationResult->getTensorValue<int64_t>(0);
+}
----------------
this is inline & regalloc specific, up to you to decide whether to fix it this time (when checking in regalloc code) or next time when we have different output types
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115465/new/
https://reviews.llvm.org/D115465
More information about the llvm-commits
mailing list