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.
Details
Details
- Reviewers
yaxunl Anastasia - Commits
- rG4192c1db5d23: Merging r277743: --------------------------------------------------------------…
rGd81623261a37: [OpenCL] Added underscores to the names of 'to_addr' OpenCL built-ins.
rC277743: [OpenCL] Added underscores to the names of 'to_addr' OpenCL built-ins.
rL277743: [OpenCL] Added underscores to the names of 'to_addr' OpenCL built-ins.
Diff Detail
Diff Detail
- Repository
- rL LLVM