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

Stephan Herhut via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 06:28:05 PDT 2020


herhut added inline comments.


================
Comment at: mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td:346
+
+//TODO(tpopp): Move the code below and witnesses to a different file.
+def Shape_AnyOp : Shape_Op<"any",
----------------
LLVM/MLIR code does not have user name based TODO's typically.


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