[all-commits] [llvm/llvm-project] 6da74d: [CIR] Add scoped atomic compare-and-exchange (#180...

Sirui Mu via All-commits all-commits at lists.llvm.org
Thu Feb 12 06:16:01 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6da74dded02d9fc06fab99fc8fb99a3e6a1f21c3
      https://github.com/llvm/llvm-project/commit/6da74dded02d9fc06fab99fc8fb99a3e6a1f21c3
  Author: Sirui Mu <msrlancern at gmail.com>
  Date:   2026-02-12 (Thu, 12 Feb 2026)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIROps.td
    M clang/lib/CIR/CodeGen/CIRGenAtomic.cpp
    M clang/lib/CIR/Dialect/Transforms/TargetLowering.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
    M clang/test/CIR/CodeGen/atomic-scoped.c
    M clang/test/CIR/CodeGen/atomic.c
    M clang/test/CIR/IR/atomic.cir

  Log Message:
  -----------
  [CIR] Add scoped atomic compare-and-exchange (#180412)

This patch adds synchronization scopes to the atomic
compare-and-exchange operation.



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