[all-commits] [llvm/llvm-project] 87a258: [OpenCL] Guard read_write images with TypeExtension
Sven van Haastregt via All-commits
all-commits at lists.llvm.org
Thu Apr 21 02:53:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 87a258366e5d4f3786c6c2b9fe5dbeb736def909
https://github.com/llvm/llvm-project/commit/87a258366e5d4f3786c6c2b9fe5dbeb736def909
Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
Date: 2022-04-21 (Thu, 21 Apr 2022)
Changed paths:
M clang/lib/Sema/OpenCLBuiltins.td
Log Message:
-----------
[OpenCL] Guard read_write images with TypeExtension
Ensure that any `read_write` image type carries the
`__opencl_c_read_write_images` upon construction of the `ImageType`.
More information about the All-commits
mailing list