[all-commits] [llvm/llvm-project] 6ef953: [OpenCL] Align vload and vstore builtins
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Fri Mar 6 04:45:58 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6ef953c2d649cdc4df631c6cfdd54690f4914f4c
https://github.com/llvm/llvm-project/commit/6ef953c2d649cdc4df631c6cfdd54690f4914f4c
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
Log Message:
-----------
[OpenCL] Align vload and vstore builtins
Various vload and vstore builtins were missing or misdefined in the
TableGen description. Align the OpenCL vload* and vstore* builtins of
the `-fdeclare-opencl-builtins` option to those of `opencl-c.h`.
Reviewed-by: Stuart Brady <stuart.brady at arm.com>
More information about the All-commits
mailing list