[PATCH] D70366: Add new 'flatten' LLVM attribute to fix clang's 'flatten' function attribute
LevitatingLion via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 18 07:34:05 PST 2019
LevitatingLion added inline comments.
================
Comment at: llvm/docs/LangRef.rst:1428
can prove that the call/invoke cannot call a convergent function.
+``flatten``
+ This attribute is similar to ``alwaysinline``, but applies recursively to
----------------
arsenm wrote:
> It's not obvious to me what the flatten name means. flatteninline? recursive_alwaysinline? Something else?
I agree. What about always_inline_recurse or always_inline_recursively?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70366/new/
https://reviews.llvm.org/D70366
More information about the cfe-commits
mailing list