This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] refine bufferization allocation lowering
ClosedPublic

Authored by aartbik on Jun 21 2022, 2:14 PM.

Details

Summary

Marking bufferization allocation operation as invalid
during sparse lowering is too strict, since dense and
sparse allocation can co-exist. This revision refines
the lowering with a dynamic type check.

Diff Detail

Event Timeline

aartbik created this revision.Jun 21 2022, 2:14 PM
aartbik requested review of this revision.Jun 21 2022, 2:14 PM
bixia accepted this revision.Jun 21 2022, 2:19 PM
This revision is now accepted and ready to land.Jun 21 2022, 2:19 PM
This revision was landed with ongoing or failed builds.Jun 21 2022, 3:17 PM
This revision was automatically updated to reflect the committed changes.