[all-commits] [llvm/llvm-project] e70653: [mlir] Add reifyReturnShape to shaped type OpInter...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Fri Feb 28 08:41:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e706533f0a52b2eb8929d4004d1daccd53feda29
https://github.com/llvm/llvm-project/commit/e706533f0a52b2eb8929d4004d1daccd53feda29
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M mlir/include/mlir/Analysis/InferTypeOpInterface.h
M mlir/include/mlir/Analysis/InferTypeOpInterface.td
M mlir/test/lib/TestDialect/TestDialect.cpp
M mlir/test/lib/TestDialect/TestPatterns.cpp
M mlir/test/mlir-tblgen/return-types.mlir
Log Message:
-----------
[mlir] Add reifyReturnShape to shaped type OpInterface
This call results in inserting operations that compute the return shape
dynamically for the operation.
More information about the All-commits
mailing list