[all-commits] [llvm/llvm-project] a2bc0c: [CIR] More atomic load and store (#155168)
Sirui Mu via All-commits
all-commits at lists.llvm.org
Wed Aug 27 07:45:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a2bc0ca233574895091675518943f19aed1133ee
https://github.com/llvm/llvm-project/commit/a2bc0ca233574895091675518943f19aed1133ee
Author: Sirui Mu <msrlancern at gmail.com>
Date: 2025-08-27 (Wed, 27 Aug 2025)
Changed paths:
M clang/lib/CIR/CodeGen/CIRGenAtomic.cpp
M clang/test/CIR/CodeGen/atomic.c
Log Message:
-----------
[CIR] More atomic load and store (#155168)
This patch adds support for `__atomic_load_n` and `__atomic_store_n`
that were missed by #153814.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list