[all-commits] [llvm/llvm-project] e79b7f: [mlir][Vector] Fold extractelement splat.
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Fri Apr 8 00:55:13 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e79b7f501c19784d6160b105a8b84e7fdf28e113
https://github.com/llvm/llvm-project/commit/e79b7f501c19784d6160b105a8b84e7fdf28e113
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-04-08 (Fri, 08 Apr 2022)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
Log Message:
-----------
[mlir][Vector] Fold extractelement splat.
This revision supports to fold vector.extractelement (splat X) -> X.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D122960
More information about the All-commits
mailing list