[all-commits] [llvm/llvm-project] b015fc: [mlir][vector] Fix extract op canonicalization for...
Thomas via All-commits
all-commits at lists.llvm.org
Tue Jan 17 09:28:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b015fccbe503fd7109405decb4f3eb6269e7706b
https://github.com/llvm/llvm-project/commit/b015fccbe503fd7109405decb4f3eb6269e7706b
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M mlir/lib/Dialect/Vector/IR/VectorOps.cpp
M mlir/test/Dialect/Vector/canonicalize.mlir
Log Message:
-----------
[mlir][vector] Fix extract op canonicalization for 0d vector
Fix ExtractOpFromBroadcast when the broadcast source is a 0d vector.
Differential Revision: https://reviews.llvm.org/D141735
More information about the All-commits
mailing list