[mlir] [sparse] Rename getSparseMatrix to getMatrix
authorAart Bik <ajcbik@google.com>
Wed, 7 Oct 2020 21:13:46 +0000 (14:13 -0700)
committerAart Bik <ajcbik@google.com>
Wed, 7 Oct 2020 21:25:05 +0000 (14:25 -0700)
commit4065a0d98f675595cdf568bae9bbd872de51fcba
tree9c2cf57a22babe2c811293734e73747daffdebde
parentef8b4e4fcd687f66ef0271d1257075f1f53dd34b
[mlir] [sparse] Rename getSparseMatrix to getMatrix

Rationale:
More consistent with the other names. Also forward looking to reading
in other kinds of matrices. Also fixes lint issue on hard-coded %llu.

Reviewed By: penpornk

Differential Revision: https://reviews.llvm.org/D89005
mlir/integration_test/Sparse/CPU/matrix-market-example.mlir
mlir/lib/ExecutionEngine/SparseUtils.cpp