This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] minor code layout edits
ClosedPublic

Authored by aartbik on Jan 3 2023, 6:10 PM.

Diff Detail

Event Timeline

aartbik created this revision.Jan 3 2023, 6:10 PM
Herald added a project: Restricted Project. · View Herald Transcript
aartbik requested review of this revision.Jan 3 2023, 6:10 PM
bixia accepted this revision.Jan 4 2023, 7:32 AM
bixia added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/SparseStorageSpecifierToLLVM.cpp
23–41

We can remove "static" keywords for these two function now.

This revision is now accepted and ready to land.Jan 4 2023, 7:32 AM
This revision was automatically updated to reflect the committed changes.