[all-commits] [llvm/llvm-project] 5a9af3: [mlir][sparse] made sparse vectorizer more robust ...

Aart Bik via All-commits all-commits at lists.llvm.org
Mon Feb 5 16:12:59 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5a9af39aab40bba52d4e46cabf4b1ab47f614fa2
      https://github.com/llvm/llvm-project/commit/5a9af39aab40bba52d4e46cabf4b1ab47f614fa2
  Author: Aart Bik <39774503+aartbik at users.noreply.github.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

  Changed paths:
    M mlir/lib/Dialect/SparseTensor/Transforms/SparseVectorization.cpp
    M mlir/test/Dialect/SparseTensor/sparse_vector_mv.mlir

  Log Message:
  -----------
  [mlir][sparse] made sparse vectorizer more robust on position of invariants (#80766)

Because the sparse vectorizer relies on the code coming out of the
sparsifier, the "patterns" are not always made very general. However, a
recent change in the generated code revealed an obvious situation where
the subscript analysis could be made a bit more robust.

Fixes:
https://github.com/llvm/llvm-project/issues/79897




More information about the All-commits mailing list