[PATCH] D131129: [NFC][Inliner] Add Load/Store handler

Kevin Athey via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 5 09:50:16 PDT 2022


kda added inline comments.


================
Comment at: llvm/lib/Analysis/InlineCost.cpp:129
+static cl::opt<int>
+    MemAccessCost("inline-memaccess-cost", cl::Hidden, cl::init(0),
+                  cl::desc("Cost of load/store instruction when inlining"));
----------------
An additional cost of zero?  Is that correct?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131129



More information about the llvm-commits mailing list