[Mlir-commits] [mlir] [mlir][spirv] Enable block splitting for `spirv.Switch` (PR #170147)
Igor Wodiany
llvmlistbot at llvm.org
Mon Dec 1 07:42:46 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 %}
----------------
IgWod-IMG wrote:
`.spvasm` is currently not being pick up by lit. I'll create a new PR amending `lit.cfg` and once that's merged, I'll fix and merge this one.
https://github.com/llvm/llvm-project/pull/170147
More information about the Mlir-commits
mailing list