This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] simplify negi code generation with subi
ClosedPublic

Authored by aartbik on Sep 28 2021, 10:51 PM.

Details

Summary

The lack of negi details leaked from merger class into codegen part.
Also, special case for vector code was not needed, the type can be used directly!

Diff Detail

Event Timeline

aartbik created this revision.Sep 28 2021, 10:51 PM
aartbik requested review of this revision.Sep 28 2021, 10:51 PM
aartbik edited the summary of this revision. (Show Details)
bixia accepted this revision.Sep 29 2021, 9:08 AM
This revision is now accepted and ready to land.Sep 29 2021, 9:08 AM
This revision was automatically updated to reflect the committed changes.