[all-commits] [llvm/llvm-project] 701a28: [mlir][Vector] Fold consecutive bitcast.
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Tue Jun 14 19:46:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 701a282af47e333be9bd751105599b90cc91fba7
https://github.com/llvm/llvm-project/commit/701a282af47e333be9bd751105599b90cc91fba7
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
Log Message:
-----------
[mlir][Vector] Fold consecutive bitcast.
This patch supports to fold consecutive bitcast into one bitcast.
Differential Revision: https://reviews.llvm.org/D127723
More information about the All-commits
mailing list