[PATCH] D13755: Pass to compute dynamic instruction count

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 15:55:39 PDT 2015


hfinkel added inline comments.

================
Comment at: include/llvm/Analysis/InlineCost.h:165
@@ +164,3 @@
+  // not.
+  const bool Inlining;
+
----------------
I like the fact that the inlining-specific behavior can be explicitly disabled using this flag, but this needs to be better documented. At least give a few examples here of what kind of inlining-specific behavior this enables.


Repository:
  rL LLVM

http://reviews.llvm.org/D13755





More information about the llvm-commits mailing list