[clang] [llvm] [BPF] Do atomic_fetch_*() pattern matching with memory ordering (PR #107343)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 12:33:56 PDT 2024
yonghong-song wrote:
Uploaded new codes to address the missing case like
```
int _Atomic __attribute__((btf_type_tag("foo"))) *root;
```
https://github.com/llvm/llvm-project/pull/107343
More information about the llvm-commits
mailing list