This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fold consecutive negate as no-op
ClosedPublic

Authored by Lewuathe on May 14 2023, 1:18 AM.

Details

Summary

Consecutive element-wise negate should be canonicalized as no-op.

Diff Detail

Event Timeline

Lewuathe created this revision.May 14 2023, 1:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 14 2023, 1:18 AM
Lewuathe requested review of this revision.May 14 2023, 1:18 AM
Lewuathe updated this revision to Diff 521980.May 14 2023, 1:20 AM

Add new line

This revision is now accepted and ready to land.May 15 2023, 8:03 AM
This revision was automatically updated to reflect the committed changes.