[PATCH] D105349: [llvm][Inline] Add interface to return cost-benefit stuff
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 8 09:46:28 PDT 2021
mtrofin added inline comments.
================
Comment at: llvm/include/llvm/Analysis/InlineCost.h:63
+
+ APInt Cost;
+ APInt Benefit;
----------------
const, both here and below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105349/new/
https://reviews.llvm.org/D105349
More information about the llvm-commits
mailing list