[PATCH] D108618: [CGCall] Add NoInline attr if presented for the target
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 26 23:51:02 PDT 2021
rjmccall added a comment.
Does LLVM model `noinline` as a call-site attribute in the way that would be necessary to get that effect? Also, are you actually having a problem here, or is this just something you noticed in the code?
I'm not sure we can warn about putting the attribute on a declaration; it's presumably still picked up by later definitions. There's probably a warning if they conflict, as they would if the first declaration was in a header included in both places, which is best practice.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108618/new/
https://reviews.llvm.org/D108618
More information about the cfe-commits
mailing list