[all-commits] [llvm/llvm-project] d9a7b1: InterlockedAdd_*, InterlockedAdd64_* support for A...

Adam Glass via All-commits all-commits at lists.llvm.org
Wed Jun 25 12:09:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9a7b1647984dd6f7059069fcffe23dc1d1438b1
      https://github.com/llvm/llvm-project/commit/d9a7b1647984dd6f7059069fcffe23dc1d1438b1
  Author: Adam Glass <adamglass at spottedfoobar.com>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsAArch64.def
    M clang/lib/CodeGen/TargetBuiltins/ARM.cpp
    M clang/lib/Headers/intrin.h
    M clang/test/CodeGen/arm64-microsoft-intrinsics.c

  Log Message:
  -----------
  InterlockedAdd_*, InterlockedAdd64_* support for AArch64 (#145607)

This PR adds support for InterlockedAdd_{acq, nf, rel}, and
InterlockedAdd64_{acq, nf, rel} for Aarch64.



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