[PATCH] D111566: [SYCL] Fix function pointer address space

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 7 19:48:35 PST 2022


rjmccall added a comment.

Block pointers are actually data pointers and should stay in the generic address space.  I... don't honestly know why they get lowered as function pointers; they probably shouldn't be.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111566/new/

https://reviews.llvm.org/D111566



More information about the cfe-commits mailing list