This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Move routines for generating memref.alloca to CodegenUtils.
ClosedPublic

Authored by bixia on Oct 13 2022, 8:55 AM.

Details

Summary

This is to allow the use of the routines in the rewrite pass.

Diff Detail

Event Timeline

bixia created this revision.Oct 13 2022, 8:55 AM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Oct 13 2022, 8:55 AM
aartbik accepted this revision.Oct 14 2022, 12:36 PM
aartbik added inline comments.
mlir/lib/Dialect/SparseTensor/Transforms/CodegenUtils.cpp
602

newline?

This revision is now accepted and ready to land.Oct 14 2022, 12:36 PM
bixia updated this revision to Diff 467908.Oct 14 2022, 2:15 PM
bixia marked an inline comment as done.

Add newline.

bixia updated this revision to Diff 467927.Oct 14 2022, 2:37 PM

Fix format.

bixia updated this revision to Diff 468069.Oct 16 2022, 7:16 AM

Trying to trigger Build through rebase.