From 779368bd9fc61daff934cb4e8600585450a278e7 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 6 Sep 2021 05:51:36 +0000 Subject: [PATCH] [mlir][docs] Complement list of supported scf ops --- mlir/docs/Dialects/emitc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/mlir/docs/Dialects/emitc.md b/mlir/docs/Dialects/emitc.md index 515021b..501b745 100644 --- a/mlir/docs/Dialects/emitc.md +++ b/mlir/docs/Dialects/emitc.md @@ -31,4 +31,5 @@ translating the following operations: * `std.return` * 'scf' Dialect * `scf.for` + * `scf.if` * `scf.yield` -- 2.7.4