[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 10:44:46 PST 2019
tejohnson added inline comments.
================
Comment at: llvm/test/ThinLTO/X86/Inputs/funcimport_alwaysinline.ll:10
+
+declare void @foo(...) #1
----------------
hiraditya wrote:
> the definition of \#1 and \#0 seems to be missing?
Probably can just remove the attribute numbers here since they aren't needed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70014/new/
https://reviews.llvm.org/D70014
More information about the llvm-commits
mailing list