This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] code cleanup.
ClosedPublic

Authored by Peiming on Aug 2 2023, 2:14 PM.

Diff Detail

Event Timeline

Peiming created this revision.Aug 2 2023, 2:14 PM
Herald added a project: Restricted Project. · View Herald Transcript
Peiming requested review of this revision.Aug 2 2023, 2:14 PM
Peiming updated this revision to Diff 546606.Aug 2 2023, 2:18 PM

remove out-dated comments.

aartbik accepted this revision.Aug 2 2023, 3:55 PM
aartbik added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.h
209

is the nullptr vs Value okay?

This revision is now accepted and ready to land.Aug 2 2023, 3:55 PM
Peiming updated this revision to Diff 546629.Aug 2 2023, 3:57 PM

address comments.

Peiming marked an inline comment as done.Aug 2 2023, 3:58 PM
Peiming added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/LoopEmitter.h
209

Should be the same as Value(), I will use Value() instead to be more informative.

This revision was landed with ongoing or failed builds.Aug 2 2023, 4:20 PM
This revision was automatically updated to reflect the committed changes.
Peiming marked an inline comment as done.