[PATCH] D141369: [mlir][SparseTensor] Add a few more tests for sparse vectorization
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 05:40:39 PST 2023
qcolombet added a comment.
> Could you reformat the CHECK blocks so they don't have so much leading whitespace between the CHECK and the code?
@wrengr Done!
Although I didn't remove all of them because I thought some made the checks more readable (the ones that comes from the block indentation). Let me know if you want these to be flattened.
(Note: the check lines were actually auto generated, so the formatting issue may pop back up if we ever auto update the tests.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141369/new/
https://reviews.llvm.org/D141369
More information about the llvm-commits
mailing list