[all-commits] [llvm/llvm-project] c3839c: CombineContractBroadcast should not create dims un...
bjacob via All-commits
all-commits at lists.llvm.org
Mon Jul 4 09:52:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3839c0b46a902f96f9395ec15d89d0cb21c73b3
https://github.com/llvm/llvm-project/commit/c3839c0b46a902f96f9395ec15d89d0cb21c73b3
Author: Benoit Jacob <benoitjacob at google.com>
Date: 2022-07-04 (Mon, 04 Jul 2022)
Changed paths:
M mlir/include/mlir/IR/AffineMap.h
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
M mlir/lib/IR/AffineMap.cpp
M mlir/test/Dialect/Vector/invalid.mlir
M mlir/test/Dialect/Vector/vector-reduce-to-contract.mlir
Log Message:
-----------
CombineContractBroadcast should not create dims unused in LHS+RHS
Differential Revision: https://reviews.llvm.org/D129087
More information about the All-commits
mailing list