[all-commits] [llvm/llvm-project] b4bcef: [mlir][vector] Fix bug in extractFromBroadcast fol...
Thomas via All-commits
all-commits at lists.llvm.org
Fri Apr 15 12:22:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4bcef05b7eff074e2db89bbeb856e344f29d45d
https://github.com/llvm/llvm-project/commit/b4bcef05b7eff074e2db89bbeb856e344f29d45d
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2022-04-15 (Fri, 15 Apr 2022)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
Log Message:
-----------
[mlir][vector] Fix bug in extractFromBroadcast folding
extract was incorrectly folded when the source was coming from a
broadcast that was both adding new rank and broadcasting the inner
dimension.
Differential Revision: https://reviews.llvm.org/D123867
More information about the All-commits
mailing list