[all-commits] [llvm/llvm-project] cf74b7: [mlir][Vector] Fold InsertOp(SplatOp(X), SplatOp(X...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Tue Jul 5 20:36:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf74b7ec80a89720f8e24394718d34c4436016cf
https://github.com/llvm/llvm-project/commit/cf74b7ec80a89720f8e24394718d34c4436016cf
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
Log Message:
-----------
[mlir][Vector] Fold InsertOp(SplatOp(X), SplatOp(X)) to SplatOp(X).
This patch folds InsertOp(SplatOp(X), SplatOp(X)) to SplatOp(X).
Differential Revision: https://reviews.llvm.org/D129058
More information about the All-commits
mailing list