[all-commits] [llvm/llvm-project] e3fbed: [HIP] Add missing __hip_atomic_fetch_sub support

ldrumm via All-commits all-commits at lists.llvm.org
Tue May 30 14:24:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e3fbede7f3fd7693d5a15a8cfa0b62d9a4f84877
      https://github.com/llvm/llvm-project/commit/e3fbede7f3fd7693d5a15a8cfa0b62d9a4f84877
  Author: Luke Drummond <luke.drummond at codeplay.com>
  Date:   2023-05-30 (Tue, 30 May 2023)

  Changed paths:
    M clang/include/clang/Basic/Builtins.def
    M clang/lib/AST/Expr.cpp
    M clang/lib/CodeGen/CGAtomic.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/CodeGenCUDA/atomic-ops.cu

  Log Message:
  -----------
  [HIP] Add missing __hip_atomic_fetch_sub support

The rest of the fetch/op intrinsics were added in e13246a2ec3 but sub
was conspicuous by its absence.

Reviewed By: yaxunl

Differential Revision: https://reviews.llvm.org/D151701




More information about the All-commits mailing list