[all-commits] [llvm/llvm-project] 13c77f: [OpenCL] Fix builtins that require multiple extens...

Sven van Haastregt via All-commits all-commits at lists.llvm.org
Tue Mar 9 03:38:31 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 13c77f204671f403a30d29ec1c9145c556302f66
      https://github.com/llvm/llvm-project/commit/13c77f204671f403a30d29ec1c9145c556302f66
  Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
  Date:   2021-03-09 (Tue, 09 Mar 2021)

  Changed paths:
    M clang/lib/Sema/SemaLookup.cpp
    M clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl

  Log Message:
  -----------
  [OpenCL] Fix builtins that require multiple extensions

Builtins that require multiple extensions, such as certain
`write_imagef` forms, were not exposed because of the Sema check not
splitting the extension string.

Differential Revision: https://reviews.llvm.org/D97930




More information about the All-commits mailing list