[PATCH] D126984: [clang] Add initial support for gcc's optimize function attribute
Dávid Bolvanský via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 10 12:02:28 PDT 2022
xbolva00 added a comment.
[[gnu::optimize("O0")]] is okay but [[gnu::optimize("O3 <https://reviews.llvm.org/owners/package/3/>")]] is not gonna work without major changes. Not sure why we should deliver half-broken new attribute.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126984/new/
https://reviews.llvm.org/D126984
More information about the cfe-commits
mailing list