[PATCH] D79717: [MLIR] Add shape.witness type and ops

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 20:37:10 PDT 2020


mehdi_amini added inline comments.


================
Comment at: mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td:451
+      %w0 = shape.cstr_eq([1,2], [1,2], [1,2]) // Success
+      %w1 = shape.cstr_eq([2,2], [1,2])        // Failure
+    ```
----------------
Nit: your doc shows nice example where the syntax isn't generic, could you use the declarative assembly syntax for all these ops?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79717





More information about the llvm-commits mailing list