This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] enable a few vectorized runs in integration tests
ClosedPublic

Authored by aartbik on Aug 24 2021, 3:22 PM.

Details

Summary

Recent changes outside sparse compiler exposed the requirement of running a
new pass (lower-affine) but this only became apparent with private testing.
By adding some vectorized runs to integration test, we will detect the need
for such changes earlier and also widen codegen coverage of course.

Diff Detail

Event Timeline

aartbik created this revision.Aug 24 2021, 3:22 PM
aartbik requested review of this revision.Aug 24 2021, 3:22 PM
gussmith23 accepted this revision.Aug 24 2021, 3:45 PM
This revision is now accepted and ready to land.Aug 24 2021, 3:45 PM