[PATCH] D141447: clang/OpenCL: Don't use a Function for the block type

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 10 16:54:50 PST 2023


arsenm created this revision.
arsenm added reviewers: yaxunl, Anastasia.
Herald added subscribers: kosarev, tpr.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.

The AMDGPU value for this is not really a function. Currently we're
emitting IR that isn't true to what will eventually be emitted.


https://reviews.llvm.org/D141447

Files:
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/lib/CodeGen/CGOpenCLRuntime.cpp
  clang/lib/CodeGen/CGOpenCLRuntime.h
  clang/lib/CodeGen/TargetInfo.cpp
  clang/lib/CodeGen/TargetInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141447.488037.patch
Type: text/x-patch
Size: 9316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230111/9cfb3229/attachment-0001.bin>


More information about the cfe-commits mailing list