nikic added a comment.

In D127579#3585516 <https://reviews.llvm.org/D127579#3585516>, @beanz wrote:

> @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.

Okay ... I guess my next question would be how the SPIR-V situation differs 
from the DXIL situation. For DXIL you have already implemented code to "guess" 
pointer types insofar as they are relevant -- does SPIR-V need something more 
than that?

Clang is only permitted to encode pointer type information is if that pointer 
type has some kind of direct semantic meaning -- say, if the pointer element 
type affects the call ABI in some way. If it does not have direct semantic 
meaning, then deriving the pointer type based on usage (as DXIL does) and using 
that for emission would be right approach.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127579

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to