[PATCH] D79684: [mlir][shape] Tidy up shape.shape_of

Jacques Pienaar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 10 13:18:47 PDT 2020


jpienaar accepted this revision.
jpienaar marked an inline comment as done.
jpienaar added a comment.
This revision is now accepted and ready to land.

LG, thanks



================
Comment at: mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td:235
 
+  let assemblyFormat = "attr-dict $arg `:` type($arg)";
+
----------------
So this matches the style of cmpi as the result type is always known?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79684





More information about the llvm-commits mailing list