================ @@ -0,0 +1,14 @@ +// RUN: mlir-opt -convert-scf-to-spirv %s -o - | FileCheck %s ---------------- kuhar wrote: ```suggestion // RUN: mlir-opt -convert-scf-to-spirv %s | FileCheck %s ``` https://github.com/llvm/llvm-project/pull/177857