[PATCH] D23120: [OpenCL] Added underscores to the names of 'to_addr' OpenCL built-ins.

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 3 06:24:58 PDT 2016


bader created this revision.
bader added reviewers: Anastasia, yaxunl.
bader added a subscriber: cfe-commits.

In order to re-define OpenCL built-in functions
'to_{private,local,global}' in OpenCL run-time library LLVM names must
be different from the clang built-in function names.

https://reviews.llvm.org/D23120

Files:
  lib/CodeGen/CGBuiltin.cpp
  test/CodeGenOpenCL/to_addr_builtin.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23120.66653.patch
Type: text/x-patch
Size: 5729 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160803/34c2edf4/attachment.bin>


More information about the cfe-commits mailing list