Files
clang-p2996/llvm/test/CodeGen/SPIRV/transcoding/OpGenericCastToPtr.ll
Vyacheslav Levytskyy bb50bc2398 [SPIR-V] Fix support of OpGenericCastToPtr __spirv_ wrappers (#96655)
This PR completes implementation of insertion of OpGenericCastToPtr
using builtin functions started by
https://github.com/llvm/llvm-project/pull/95055 by:
* fixing errors in Tablegen definition,
* adding type inference info for `__spirv_GenericCastToPtrExplicit` kind
of wrappers, and
* hardening the test case to check correct translation of
`__spirv_GenericCastToPtrExplicit` kind of wrappers.
2024-06-26 19:39:21 +02:00

8.4 KiB