This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Adding `LvlVar` forward-declarations to `DimLvlMap::print`
ClosedPublic

Authored by wrengr on Jul 31 2023, 6:18 PM.

Details

Summary

This commit makes DimLvlMap::print consistent with DimLvlMapParser with respect to both the forward-decls per se, as well as the all-or-none constraint on LvlVar-bindings in LvlSpecs.

Diff Detail

Event Timeline

wrengr created this revision.Jul 31 2023, 6:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 6:18 PM
wrengr requested review of this revision.Jul 31 2023, 6:18 PM
wrengr updated this revision to Diff 545892.Jul 31 2023, 6:20 PM

git-clang-format

aartbik accepted this revision.Aug 1 2023, 12:48 PM
This revision is now accepted and ready to land.Aug 1 2023, 12:48 PM