This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Fix the codegen for the convert operator to handle hidden nop convert.
ClosedPublic

Authored by bixia on Oct 19 2022, 1:41 PM.

Diff Detail

Event Timeline

bixia created this revision.Oct 19 2022, 1:41 PM
Herald added a project: Restricted Project. · View Herald Transcript
bixia requested review of this revision.Oct 19 2022, 1:41 PM
bixia retitled this revision from [mlir][sparse] Fix the codegen for the conver operator to handle hidden nop convert. to [mlir][sparse] Fix the codegen for the convert operator to handle hidden nop convert..Oct 19 2022, 4:46 PM
aartbik accepted this revision.Oct 20 2022, 9:00 AM
This revision is now accepted and ready to land.Oct 20 2022, 9:00 AM
bixia updated this revision to Diff 469308.Oct 20 2022, 11:54 AM

Partially restore the folder to fold dense-to-dense convert.

bixia updated this revision to Diff 469310.Oct 20 2022, 11:58 AM

Fix comment.

bixia updated this revision to Diff 469312.Oct 20 2022, 12:00 PM

Fix comment.

bixia updated this revision to Diff 469313.Oct 20 2022, 12:07 PM

Add description about trivial convert op in the td file.