[Mlir-commits] [mlir] 779368b - [mlir][docs] Complement list of supported scf ops

Marius Brehler llvmlistbot at llvm.org
Sun Sep 5 22:54:48 PDT 2021


Author: Marius Brehler
Date: 2021-09-06T05:51:36Z
New Revision: 779368bd9fc61daff934cb4e8600585450a278e7

URL: https://github.com/llvm/llvm-project/commit/779368bd9fc61daff934cb4e8600585450a278e7
DIFF: https://github.com/llvm/llvm-project/commit/779368bd9fc61daff934cb4e8600585450a278e7.diff

LOG: [mlir][docs] Complement list of supported scf ops

Added: 
    

Modified: 
    mlir/docs/Dialects/emitc.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Dialects/emitc.md b/mlir/docs/Dialects/emitc.md
index 515021bd5e2ea..501b74546a08a 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`


        


More information about the Mlir-commits mailing list