[all-commits] [llvm/llvm-project] dfb7b3: [mlir][VectorOps] Fall back to a loop when accessi...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Thu Sep 3 07:06:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dfb7b3fe02c0e84968960f4aef88361e6de10874
https://github.com/llvm/llvm-project/commit/dfb7b3fe02c0e84968960f4aef88361e6de10874
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2020-09-03 (Thu, 03 Sep 2020)
Changed paths:
M mlir/lib/Conversion/VectorToSCF/VectorToSCF.cpp
M mlir/test/Conversion/VectorToSCF/vector-to-loops.mlir
Log Message:
-----------
[mlir][VectorOps] Fall back to a loop when accessing a vector from a strided memref
The scalar loop is slow but correct.
Differential Revision: https://reviews.llvm.org/D87082
More information about the All-commits
mailing list