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