[all-commits] [llvm/llvm-project] 53fe15: Revert "[mlir][vector] Allow unroll of contraction...
Chris via All-commits
all-commits at lists.llvm.org
Tue Jun 7 13:57:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 53fe155b3f4d455432041caaee90c8145eeb2a4b
https://github.com/llvm/llvm-project/commit/53fe155b3f4d455432041caaee90c8145eeb2a4b
Author: Christopher Bate <cbate at nvidia.com>
Date: 2022-06-07 (Tue, 07 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/Vector/Transforms/VectorRewritePatterns.h
M mlir/lib/Dialect/Vector/Transforms/VectorUnrollDistribute.cpp
M mlir/test/Dialect/Vector/vector-transfer-unroll.mlir
M mlir/test/Dialect/Vector/vector-unroll-options.mlir
M mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
Log Message:
-----------
Revert "[mlir][vector] Allow unroll of contraction in arbitrary order"
Reverts commit 1469ebf8382107e0344173f362b690d19e24029d (original commit)
Reverts commit a392a39f75af586e3d3cd046a8361939277e067f (build fix for above commit)
The commit broke tests in out-of-tree projects, indicating that some logical
error was made in the previous change but not covered by current tests.
More information about the All-commits
mailing list