[PATCH] D130592: [IR] Move support for dxil::TypedPointerType to LLVM core IR.

Joshua Cranmer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 07:41:04 PDT 2022


jcranmer-intel added a comment.

In D130592#3685188 <https://reviews.llvm.org/D130592#3685188>, @aeubanks wrote:

> I mean, is it okay if a pointer parameter can either be inferred and written as `i8*` or `i32*` depending on optimizations?

The question of pointer parameters is I think orthogonal to the change here. I can't speak for DXIL in particular, but for SPIR-V, there can sometimes be repercussions. We have some ideas for how to get the types of parameters inferred correctly, with the leading candidate at present being recovering information from Itanium mangled names.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130592



More information about the llvm-commits mailing list