[PATCH] D101011: [Attr] Add "noipa" function attribute
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 15 10:24:43 PDT 2022
xbolva00 added a comment.
if llvm attribute noipa also adds logical assumption about noinline, we should not then audit all check of noinline whether they should be extended for noipa check, or?
If we clang’s noipa translates to noipa + noinline + …, we dont have this issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101011/new/
https://reviews.llvm.org/D101011
More information about the llvm-commits
mailing list