[all-commits] [llvm/llvm-project] 18772d: [OpenCL] Add inc/dec/cmpxchg C++ legacy atomics wi...
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Mon Apr 26 01:47:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 18772de1ecb1a23b483e29987ae708ab641b1134
https://github.com/llvm/llvm-project/commit/18772de1ecb1a23b483e29987ae708ab641b1134
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2021-04-26 (Mon, 26 Apr 2021)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
Log Message:
-----------
[OpenCL] Add inc/dec/cmpxchg C++ legacy atomics with generic
Mirror the remaining C++ for OpenCL specific builtins from opencl-c.h
to the TableGen builtin functions.
Fixes PR50041 (part 2).
More information about the All-commits
mailing list