[PATCH] D70366: Add new 'flatten' LLVM attribute to fix clang's 'flatten' function attribute
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Nov 17 20:58:30 PST 2019
arsenm 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
----------------
It's not obvious to me what the flatten name means. flatteninline? recursive_alwaysinline? Something else?
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