[PATCH] D79857: [mlir] Fix the example for std.rank

Stephan Herhut via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 02:05:57 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG9ffaba86e5b3: [mlir] Fix the example for std.rank (authored by herhut).
Herald added a subscriber: jurahul.

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79857/new/

https://reviews.llvm.org/D79857

Files:
  mlir/include/mlir/Dialect/StandardOps/IR/Ops.td


Index: mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
===================================================================
--- mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
+++ mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
@@ -1979,7 +1979,7 @@
     Example:
 
     ```mlir
-    %1 = rank %0 : index
+    %1 = rank %0 : tensor<*xf32>
     ```
   }];
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79857.263944.patch
Type: text/x-patch
Size: 356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200514/2dc62069/attachment.bin>


More information about the llvm-commits mailing list