This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Add arith-expand pass to the sparse-compiler pipeline.
ClosedPublic

Authored by bixia on Jul 27 2022, 12:43 PM.

Details

Summary

Modify an existing test to test the situation.

Diff Detail

Event Timeline

bixia created this revision.Jul 27 2022, 12:43 PM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Jul 27 2022, 12:43 PM
Peiming added inline comments.Jul 27 2022, 2:17 PM
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_binary.mlir
58

Is the patch to address issues related to the use of this instruction?

Peiming accepted this revision.Jul 27 2022, 2:22 PM
This revision is now accepted and ready to land.Jul 27 2022, 2:22 PM
bixia added inline comments.Jul 27 2022, 2:24 PM
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_binary.mlir
58

Yes.

aartbik added inline comments.Aug 1 2022, 9:11 AM
mlir/test/Integration/Dialect/SparseTensor/CPU/sparse_binary.mlir
46–47

Just curious, why did you not simply add another test for this but instead modified an existing one?
Most tests seems better in general ;-)