This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Moved the ElementConsumer typedef to a "type alias"
AbandonedPublic

Authored by wrengr on Apr 1 2022, 1:41 PM.

Details

Summary

I tried to do this originally but didn't realize I needed the using syntax instead of the typedef syntax for templated type aliases. This change is broken out from D122060 just in case it's considered objectionable style.

Depends On D122060

Diff Detail

Event Timeline

wrengr created this revision.Apr 1 2022, 1:41 PM
wrengr requested review of this revision.Apr 1 2022, 1:41 PM
wrengr updated this revision to Diff 421052.Apr 6 2022, 5:33 PM

No local changes, but rebasing over newest version of parent D122060 for the sake of child D122061

wrengr abandoned this revision.Apr 13 2022, 3:09 PM

Rolled into D122060