[all-commits] [llvm/llvm-project] 8a37b9: [OpenCL] Remove spurious atomic_fetch_min/max buil...
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Mon Mar 2 07:57:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8a37b9e61798ad6bb0e268d989c2f8b00a216414
https://github.com/llvm/llvm-project/commit/8a37b9e61798ad6bb0e268d989c2f8b00a216414
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2020-03-02 (Mon, 02 Mar 2020)
Changed paths:
M clang/lib/Headers/opencl-c.h
Log Message:
-----------
[OpenCL] Remove spurious atomic_fetch_min/max builtins
These declarations use a mix of unsigned and signed argument and
return types. This is not in accordance with OpenCL v2.0 s6.13.11.
Differential Revision: https://reviews.llvm.org/D74910
More information about the All-commits
mailing list