[PATCH] D139625: [mlir][SparseTensor] Add a few tests for sparse vectorization

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 16:06:12 PST 2022


aartbik added inline comments.


================
Comment at: mlir/test/Dialect/SparseTensor/vectorize_reduction.mlir:438
+
+// Check that we don't vectorize subi when the input value is on the lhs.
+// I.e., res = res - input // Ok, tested in sparse_reduction_subi
----------------
can you remove this part from the test now?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139625/new/

https://reviews.llvm.org/D139625



More information about the llvm-commits mailing list