[llvm] [SPIR-V] Add support for inline SPIR-V types (PR #125316)

Nathan Gauër via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 11 09:14:49 PDT 2025


================
@@ -0,0 +1,28 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
----------------
Keenuts wrote:

nit: add a TODO to enable spirv-val once we get the capability in (or we add inline-spirv support to set it from the test file)

https://github.com/llvm/llvm-project/pull/125316


More information about the llvm-commits mailing list