[all-commits] [llvm/llvm-project] 5fff16: [shape] More constant folding
Sean Silva via All-commits
all-commits at lists.llvm.org
Fri Apr 24 16:10:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5fff169daa11f3e574fe43f93431d36593905cb7
https://github.com/llvm/llvm-project/commit/5fff169daa11f3e574fe43f93431d36593905cb7
Author: Sean Silva <silvasean at google.com>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Dialect/Shape/CMakeLists.txt
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/test/Dialect/Shape/canonicalize.mlir
Log Message:
-----------
[shape] More constant folding
- shape split_at
- shape.broadcast
- shape.concat
- shape.to_extent_tensor
Differential Revision: https://reviews.llvm.org/D78821
Commit: 57a7cd7a138fed24e109a02dbd8f7d464bf7e177
https://github.com/llvm/llvm-project/commit/57a7cd7a138fed24e109a02dbd8f7d464bf7e177
Author: Sean Silva <silvasean at google.com>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Dialect/Shape/IR/Shape.cpp
Log Message:
-----------
[shape] Add inferReturnTypes to a couple ops.
- ShapeOfOp
- BroadcastOp
Differential Revision: https://reviews.llvm.org/D78822
Compare: https://github.com/llvm/llvm-project/compare/6a9edce25778...57a7cd7a138f
More information about the All-commits
mailing list