[all-commits] [llvm/llvm-project] b0e489: [OpenCL] Remove arm-integer-dot-product extension ...
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Tue Nov 29 05:27:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0e4897a1bd2ea5eeeb8c104e32df1402a397ac1
https://github.com/llvm/llvm-project/commit/b0e4897a1bd2ea5eeeb8c104e32df1402a397ac1
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/test/CodeGenOpenCL/arm-integer-dot-product.cl
Log Message:
-----------
[OpenCL] Remove arm-integer-dot-product extension pragmas
This extension only adds builtin functions and thus doesn't need to be
included as an extension. Instead of a pragma, the builtin functions
of the extension can be exposed through enabling preprocessor defines.
More information about the All-commits
mailing list