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

Elizabeth Andrews via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 10 13:03:34 PST 2022


eandrews added a comment.

In D111566#3228949 <https://reviews.llvm.org/D111566#3228949>, @rjmccall wrote:

> Block pointers are actually data pointers and should stay in the generic address space if they don't have an address space qualifier.  That might require new logic.

Thanks! I kept the existing behavior for block pointers by passing qualifiers to `getTargetAddressSpace`.


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

https://reviews.llvm.org/D111566



More information about the cfe-commits mailing list