This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] Mark convert op as noSideEffect
ClosedPublic

Authored by ThomasRaoux on Sep 9 2021, 1:32 PM.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Sep 9 2021, 1:32 PM
ThomasRaoux requested review of this revision.Sep 9 2021, 1:32 PM
aartbik accepted this revision.Sep 9 2021, 1:35 PM

No test was impacted? (good means, no dead uses ;-)

Bonus points if you add a DCE test now that it is no-side effects, but also good to go like this.....

This revision is now accepted and ready to land.Sep 9 2021, 1:35 PM

No test was impacted? (good means, no dead uses ;-)

Bonus points if you add a DCE test now that it is no-side effects, but also good to go like this.....

I was thinking about that. I didn't find an obvious place to add it. I could add a test file for canonicalization as we discussed adding more canonicalization for those ops in the future?

No test was impacted? (good means, no dead uses ;-)

Bonus points if you add a DCE test now that it is no-side effects, but also good to go like this.....

I was thinking about that. I didn't find an obvious place to add it. I could add a test file for canonicalization as we discussed adding more canonicalization for those ops in the future?

I am also adding a test for the new folder I wrote. So I can include the new test in that same suite. So go ahead with this revision!

No test was impacted? (good means, no dead uses ;-)

Bonus points if you add a DCE test now that it is no-side effects, but also good to go like this.....

I was thinking about that. I didn't find an obvious place to add it. I could add a test file for canonicalization as we discussed adding more canonicalization for those ops in the future?

I am also adding a test for the new folder I wrote. So I can include the new test in that same suite. So go ahead with this revision!

:)

This revision was automatically updated to reflect the committed changes.