[PATCH] D70366: Add new 'flatten' LLVM attribute to fix clang's 'flatten' function attribute
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 3 11:53:43 PDT 2020
jdoerfert added a comment.
I'm fine with this. I would hope a C/C++/Clang person will also take a look though.
================
Comment at: llvm/docs/LangRef.rst:1398
+ This attribute is similar to ``alwaysinline``, but also applies recursively to
+ all inlined function calls.
``builtin``
----------------
Maybe mention the correspondence to the `flatten` C/C++ attribute here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70366/new/
https://reviews.llvm.org/D70366
More information about the llvm-commits
mailing list