[Mlir-commits] [mlir] [mlir][spirv] Split conditional basic blocks during deserialization (PR #127639)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Feb 18 09:32:46 PST 2025
================
@@ -0,0 +1,40 @@
+; RUN: %if spirv-tools %{ spirv-as --target-env spv1.0 %s -o - | mlir-translate --deserialize-spirv - -o - | FileCheck %s %}
+; CHECK: spirv.module
----------------
kuhar wrote:
Could you add a comment explaining what this test attempts to exercise? Would it be possible to check something more beyond that we get a module back?
https://github.com/llvm/llvm-project/pull/127639
More information about the Mlir-commits
mailing list