[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
Fri Aug 9 21:27:28 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:

Why is this store important?

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


More information about the Mlir-commits mailing list