[PATCH] D75309: [mlir] Add reifyReturnShape to shaped type OpInterface

Jacques Pienaar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 15:24:37 PST 2020


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

This call results in inserting operations that compute the return shape
dynamically for the operation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75309

Files:
  mlir/include/mlir/Analysis/InferTypeOpInterface.h
  mlir/include/mlir/Analysis/InferTypeOpInterface.td
  mlir/test/lib/TestDialect/TestDialect.cpp
  mlir/test/lib/TestDialect/TestPatterns.cpp
  mlir/test/mlir-tblgen/return-types.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75309.247121.patch
Type: text/x-patch
Size: 6906 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200227/49a05311/attachment.bin>


More information about the llvm-commits mailing list