[llvm] [SPIR-V] Add support for inline SPIR-V types (PR #125316)
Cassandra Beckley via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 6 12:57:19 PST 2025
================
@@ -0,0 +1,43 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
----------------
cassiebeckley wrote:
That's a good idea. To get real-world code, once I add Clang support for `SpirvType`, we should be able to generate a good example from https://github.com/microsoft/DirectXShaderCompiler/blob/main/tools/clang/lib/Headers/hlsl/vk/khr/cooperative_matrix.h. I've created a tracking issue for this follow-up task: https://github.com/microsoft/DirectXShaderCompiler/blob/main/tools/clang/lib/Headers/hlsl/vk/khr/cooperative_matrix.h.
https://github.com/llvm/llvm-project/pull/125316
More information about the llvm-commits
mailing list