[all-commits] [llvm/llvm-project] 12e31f: Revert "[mlir] Folding and canonicalization of sha...
Tres via All-commits
all-commits at lists.llvm.org
Sat Jun 6 02:19:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 12e31f6e407ff98ce431b19a492721d19711d0a0
https://github.com/llvm/llvm-project/commit/12e31f6e407ff98ce431b19a492721d19711d0a0
Author: Tres Popp <tpopp at google.com>
Date: 2020-06-06 (Sat, 06 Jun 2020)
Changed paths:
M mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td
M mlir/lib/Dialect/Shape/IR/Shape.cpp
M mlir/lib/Dialect/Shape/IR/ShapeCanonicalization.td
M mlir/test/Dialect/Shape/canonicalize.mlir
Log Message:
-----------
Revert "[mlir] Folding and canonicalization of shape.cstr_eq"
This reverts commit 0a554e607ff6247b79d1c4f184999750e5ad53b9.
Some users have build failures when building ShapeCanonicalization.td,
so revert changes that created and rely on it.
Commit: 4261b026ad5b97231be25f28fe2b0f8a84d82d13
https://github.com/llvm/llvm-project/commit/4261b026ad5b97231be25f28fe2b0f8a84d82d13
Author: Tres Popp <tpopp at google.com>
Date: 2020-06-06 (Sat, 06 Jun 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
R mlir/lib/Dialect/Shape/IR/ShapeCanonicalization.td
M mlir/test/Dialect/Shape/canonicalize.mlir
Log Message:
-----------
Revert "[mlir] Canonicalization and folding of shape.cstr_broadcastable"
This reverts commit 6aab70945915ef1d565f1146734416029549a5a9.
Some users have failing builds with ShapeCanonicalization.td, so revert
for now.
Compare: https://github.com/llvm/llvm-project/compare/cf72027b3534...4261b026ad5b
More information about the All-commits
mailing list