[PATCH] D127579: [clang][WIP] add option to keep types of ptr args for non-kernel functions in metadata
Chris Bieneman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 15 07:58:05 PDT 2022
beanz added a comment.
@nikic the most important thing you need to know about SPIR-V is that it is a virtual ISA based on LLVM IR. The ISA itself encodes types for pointers just like LLVM IR would.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127579/new/
https://reviews.llvm.org/D127579
More information about the cfe-commits
mailing list