[PATCH] D73944: [mlir][wip] Start Shape dialect

Jacques Pienaar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 3 22:22:11 PST 2020


jpienaar created this revision.
jpienaar added a reviewer: herhut.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, rriddle, mehdi_amini, mgorny.
Herald added a reviewer: rriddle.
Herald added a project: LLVM.

- Add basic skeleton for Shape dialect;
- Add description of types and ops to be used;

Naming still open and pretty form would enhance this. As mentioned on
discourse, will do this piece wise for discussion/easier feedback cycles. Tried
to reduce parts while allowing enough to get idea/write tests with.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73944

Files:
  mlir/include/mlir/Dialect/CMakeLists.txt
  mlir/include/mlir/Dialect/Shape/CMakeLists.txt
  mlir/include/mlir/Dialect/Shape/IR/CMakeLists.txt
  mlir/include/mlir/Dialect/Shape/IR/Shape.h
  mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
  mlir/include/mlir/IR/DialectSymbolRegistry.def
  mlir/lib/Dialect/CMakeLists.txt
  mlir/lib/Dialect/Shape/CMakeLists.txt
  mlir/lib/Dialect/Shape/DialectRegistration.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73944.242262.patch
Type: text/x-patch
Size: 17509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200204/8a27f5b8/attachment.bin>


More information about the llvm-commits mailing list