Issue 58132
Summary [mlir][spirv] Support abbreviated SPIR-V type format
Labels mlir:spirv
Assignees antiagainst, kuhar
Reporter kuhar
    We can elide the leading dialect prefix when dealing with nested SPIR-V types, e.g.: `!spirv.ptr<!spirv.array<...>>` ==> `!spirv.ptr<array<...>>`.

The abbreviated format should support arbitrary nesting of SPIR-V types.

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to