[all-commits] [llvm/llvm-project] 9caf36: [OpenCL] Add cl_khr_subgroup_ballot to TableGen BIFs
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Wed Feb 3 02:24:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9caf364d69db3cd0ce0fba99dba95dbc2b646fbc
https://github.com/llvm/llvm-project/commit/9caf364d69db3cd0ce0fba99dba95dbc2b646fbc
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl
Log Message:
-----------
[OpenCL] Add cl_khr_subgroup_ballot to TableGen BIFs
Add the builtin functions brought by the cl_khr_subgroup_ballot
extension to `-fdeclare-opencl-builtins`.
Also add placeholder comments for the other Extended Subgroup
Functions from the OpenCL Extension Specification.
Add a comment clarifying the scope of the test.
Differential Revision: https://reviews.llvm.org/D95523
Commit: e6a62ac62571229d941dfe81affabdbc47e478eb
https://github.com/llvm/llvm-project/commit/e6a62ac62571229d941dfe81affabdbc47e478eb
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
Log Message:
-----------
[OpenCL] Add cl_khr_subgroup_non_uniform_vote to TableGen BIFs
Add the builtin functions brought by the
cl_khr_subgroup_non_uniform_vote extension to
`-fdeclare-opencl-builtins`.
Compare: https://github.com/llvm/llvm-project/compare/d38973aa4d6a...e6a62ac62571
More information about the All-commits
mailing list