[all-commits] [llvm/llvm-project] ed7155: Revert "[mlir][Affine][Vector] Add initial support...
ftynse via All-commits
all-commits at lists.llvm.org
Wed Mar 10 11:26:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed715536f14c32cb93f6d61a1220da515c3197de
https://github.com/llvm/llvm-project/commit/ed715536f14c32cb93f6d61a1220da515c3197de
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-03-10 (Wed, 10 Mar 2021)
Changed paths:
M mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
M mlir/test/Dialect/Affine/SuperVectorize/vectorize_1d.mlir
Log Message:
-----------
Revert "[mlir][Affine][Vector] Add initial support for 'iter_args' to Affine vectorizer."
This reverts commit 77a9d1549fcc57946b66fd5bacef3b48a613e872.
Parent commit is broken.
Commit: 79da91c59aeea3b126ec9a0d6f403a8c0f59e4dc
https://github.com/llvm/llvm-project/commit/79da91c59aeea3b126ec9a0d6f403a8c0f59e4dc
Author: Alex Zinenko <zinenko at google.com>
Date: 2021-03-10 (Wed, 10 Mar 2021)
Changed paths:
M mlir/include/mlir/Dialect/Vector/VectorUtils.h
M mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
M mlir/lib/Dialect/Vector/VectorUtils.cpp
M mlir/test/Dialect/Affine/SuperVectorize/vectorize_1d.mlir
Log Message:
-----------
Revert "[mlir][Vector][Affine] Improve affine vectorizer algorithm"
This reverts commit 95db7b4aeaad590f37720898e339a6d54313422f.
This breaks vectorize_2d.mlir and vectorize_3d.mlir test under ASAN (use
after free).
Compare: https://github.com/llvm/llvm-project/compare/e4b40616d4cd...79da91c59aee
More information about the All-commits
mailing list