[PATCH] D16381: Adjust inlining thresholds based on callsite hotness
Easwaran Raman via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 13:37:26 PST 2016
eraman marked 3 inline comments as done.
eraman added a comment.
Thanks for the comments.
================
Comment at: include/llvm/Transforms/IPO/InlinerPass.h:93
@@ -76,3 +92,3 @@
} // End llvm namespace
----------------
Removed them. I had initially used them and later replaced them by getXXXFunctor methods but forgot to remove those fields.
http://reviews.llvm.org/D16381
More information about the llvm-commits
mailing list