[PATCH] D79506: Fix ShapeBase.td
Jacques Pienaar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 10:46:53 PDT 2020
jpienaar accepted this revision.
jpienaar added a comment.
This revision is now accepted and ready to land.
Looks good with the comment about file's purpose updated.
================
Comment at: mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td:9
+//
+// This is the operation definition file for Shape dialect operations.
+//
----------------
This file seems to contain the dialect definition and types instead (e.g., there are no operations in here).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79506/new/
https://reviews.llvm.org/D79506
More information about the llvm-commits
mailing list