This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][taco] Reorder a class.
ClosedPublic

Authored by bixia on Mar 14 2022, 4:15 PM.

Details

Summary

Define IndexExpr before IndexVar. This is to prepare for the next change
to support the use of index values in tensor expressions.

Diff Detail

Event Timeline

bixia created this revision.Mar 14 2022, 4:15 PM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Mar 14 2022, 4:15 PM
aartbik accepted this revision.Mar 14 2022, 7:31 PM
This revision is now accepted and ready to land.Mar 14 2022, 7:31 PM
This revision was automatically updated to reflect the committed changes.