[Mlir-commits] [mlir] [mlir][spirv] Add tests for `scf.while` and `scf.for` in `convert-to-spirv` pass (PR #102528)

Jakub Kuderski llvmlistbot at llvm.org
Mon Aug 12 07:46:08 PDT 2024


================
@@ -33,6 +33,17 @@ func.func @if_yield(%arg0: i1) -> f32 {
 }
 
 // CHECK-LABEL: @while
+// CHECK:       spirv.mlir.loop {
+// CHECK:         spirv.Branch ^[[HEADER:.*]](%{{.*}} : i32)
+// CHECK:       ^[[HEADER]]
+// CHECK:         spirv.Store "Function"
----------------
kuhar wrote:

Yes, but I'd expect this to be tested by scf to spirv tests, not convert to spirv

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


More information about the Mlir-commits mailing list