[PATCH] D112230: [OpenCL] Add support of __opencl_c_device_enqueue feature macro.
Anton Zabaznov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 21 09:05:46 PDT 2021
azabaznov added a comment.
@Anastasia, @yaxunl, do you think it's possible to refactor code generation for blocks such that block literal for global blocks (with no captures) would be emitted in constant address space? Now it's emitted in global address space (for example @__block_literal_global in https://godbolt.org/z/4z8hGj7hz).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112230/new/
https://reviews.llvm.org/D112230
More information about the cfe-commits
mailing list