diff options
| author | Sirui Mu <msrlancern@gmail.com> | 2025-10-21 23:57:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-21 23:57:27 +0800 |
| commit | 3161e160c147882d36f572b0a834bb138898738b (patch) | |
| tree | bb61381c67021453d13db14892d2c76ef2956199 /lldb/packages/Python/lldbsuite/test/lldbtest.py | |
| parent | 6d5dea63eda988bc8dcdd283f77531f7900b88ca (diff) | |
| download | llvm-3161e160c147882d36f572b0a834bb138898738b.zip llvm-3161e160c147882d36f572b0a834bb138898738b.tar.gz llvm-3161e160c147882d36f572b0a834bb138898738b.tar.bz2 | |
[CIR] Atomic fetch operation (#161631)
This patch adds CIR support for atomic fetch-and-update operations,
including the intrinsic functions `__atomic_fetch_<binop>`,
`__atomic_<binop>_fetch`, and `__c11_atomic_fetch_<binop>`, where
`<binop>` could be `add`, `sub`, `max`, `min`, `and`, `or`, `xor`, and
`nand`.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions
