[PATCH] D119061: [Clang] noinline call site attribute
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 14 13:09:01 PST 2022
xbolva00 added inline comments.
================
Comment at: clang/test/CodeGen/attr-noinline.cpp:11
+
+void foo(int i) {
+ [[clang::noinline]] bar();
----------------
kuhar wrote:
> Could you also add a test function that is already marked as noinline at the declaration?
Yes, added
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119061/new/
https://reviews.llvm.org/D119061
More information about the cfe-commits
mailing list