[all-commits] [llvm/llvm-project] 1b0bdf: [mlir][vector] Fix test case
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jul 10 09:06:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b0bdffbd3316bcf3ef1aaa48d25a8b22b9e99d7
https://github.com/llvm/llvm-project/commit/1b0bdffbd3316bcf3ef1aaa48d25a8b22b9e99d7
Author: Matthias Springer <me at m-sp.org>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M mlir/test/Integration/Dialect/Vector/CPU/test-transfer-read-1d.mlir
Log Message:
-----------
[mlir][vector] Fix test case
There was an invalid test case in `test-transfer-read-1d.mlir`. A read was going out-of-bounds, but the dimension was marked as in-bounds.
Differential Revision: https://reviews.llvm.org/D154855
More information about the All-commits
mailing list