[Mlir-commits] [mlir] [mlir][spirv] Enable block splitting for `spirv.Switch` (PR #170147)

Jakub Kuderski llvmlistbot at llvm.org
Mon Dec 1 07:27:53 PST 2025


================
@@ -0,0 +1,69 @@
+; RUN: %if spirv-tools %{ spirv-as --target-env spv1.0 %s -o - | mlir-translate --deserialize-spirv - -o - | FileCheck %s %}
----------------
kuhar wrote:

The file extension should be .spvasm

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


More information about the Mlir-commits mailing list