[PATCH] D70014: ThinLTO : Import always_inline functions irrespective of the threshold

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 09:49:23 PST 2019


tejohnson added a comment.

I just started to look at this (added a minor comment below) - but could you please re-upload this with full context so that it is easier to review?



================
Comment at: llvm/include/llvm/IR/ModuleSummaryIndex.h:550
     unsigned NoInline : 1;
+    unsigned AlwaysInline : 1;
   };
----------------
document


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

https://reviews.llvm.org/D70014





More information about the llvm-commits mailing list