================ @@ -0,0 +1,70 @@ +// RUN: mlir-opt -allow-unregistered-dialect -convert-scf-to-emitc %s | FileCheck %s + +func.func @test_if(%arg0: i1, %arg1: f32) { + emitc.if %arg0 { ---------------- simon-camp wrote: This should be an `scf.if` right? https://github.com/llvm/llvm-project/pull/67234