This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Marking several things const/static
ClosedPublic

Authored by wrengr on Mar 18 2022, 8:06 PM.

Diff Detail

Event Timeline

wrengr created this revision.Mar 18 2022, 8:06 PM
wrengr requested review of this revision.Mar 18 2022, 8:06 PM
aartbik accepted this revision.Mar 19 2022, 12:46 PM

One comment, but assuming you remove the two lines, good to go!

mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
574–575

please remove the comment wrt not using const on rev (focusing on what we did, not what we didn't ;-)

This revision is now accepted and ready to land.Mar 19 2022, 12:46 PM
wrengr added inline comments.Mar 21 2022, 2:50 PM
mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
574–575

Doh, forgot to remove that note-to-self ;)

wrengr updated this revision to Diff 417120.Mar 21 2022, 3:44 PM

removing note-to-self comment

wrengr marked an inline comment as done.Mar 21 2022, 3:44 PM
wrengr updated this revision to Diff 417131.Mar 21 2022, 4:39 PM

Removing the dependency differentials

wrengr edited the summary of this revision. (Show Details)Mar 21 2022, 4:40 PM
This revision was landed with ongoing or failed builds.Mar 21 2022, 5:12 PM
This revision was automatically updated to reflect the committed changes.