[PATCH] D112400: [compiler-rt][atomics] Support __atomic_fetch_nand
Kai Luo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 26 19:08:19 PDT 2021
lkail added a comment.
> I missed the clang patches, but it looks as if they didn't update clang's `LanguageExtensions.html` to document the new builtins - please can you add them?
Looks `__atomic_fetch_nand` is a GNU compatible builtin and we have mentioned it roughly since https://reviews.llvm.org/D10847. Do we have to document these GNU compatible `__atomic_*` builtins in another section?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112400/new/
https://reviews.llvm.org/D112400
More information about the llvm-commits
mailing list