[all-commits] [llvm/llvm-project] 595d21: [mlir][shape] Further operand and result type gene...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Sat Jul 25 21:44:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 595d214f47e484ffe517a4294d3ac042d6c7d25d
https://github.com/llvm/llvm-project/commit/595d214f47e484ffe517a4294d3ac042d6c7d25d
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2020-07-25 (Sat, 25 Jul 2020)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
M mlir/test/Dialect/Shape/canonicalize.mlir
M mlir/test/Dialect/Shape/ops.mlir
Log Message:
-----------
[mlir][shape] Further operand and result type generalization
Previous changes generalized some of the operands and results. Complete
a larger group of those to simplify progressive lowering. Also update
some of the declarative asm form due to generalization. Tried to keep it
mostly mechanical.
More information about the All-commits
mailing list