[all-commits] [llvm/llvm-project] 10cff7: [mlir][affine] Vectorizer test notifies the case w...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Fri Apr 7 00:02:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 10cff75f12b270d856a4ff36e76a1b8441d6e2ff
https://github.com/llvm/llvm-project/commit/10cff75f12b270d856a4ff36e76a1b8441d6e2ff
Author: Kai Sasaki <lewuathe at gmail.com>
Date: 2023-04-07 (Fri, 07 Apr 2023)
Changed paths:
A mlir/test/Dialect/Affine/SuperVectorize/vectorize_unsupported.mlir
M mlir/test/lib/Dialect/Affine/TestVectorizationUtils.cpp
Log Message:
-----------
[mlir][affine] Vectorizer test notifies the case with the unparallel loop with reduction
Vectorizer test does not support unparallel loop since no parallel reduction is available. We can emit the informational message instead of crashing the cli in such a case.
Fixes https://github.com/llvm/llvm-project/issues/61842
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D147765
More information about the All-commits
mailing list