This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tosa] Fold exp(log) operation into no-op
ClosedPublic

Authored by Lewuathe on May 10 2023, 9:11 PM.

Details

Summary

Element-wise exp(log) can be canonicalized as no-op.

Diff Detail

Event Timeline

Lewuathe created this revision.May 10 2023, 9:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2023, 9:11 PM
Lewuathe requested review of this revision.May 10 2023, 9:11 PM
This revision is now accepted and ready to land.May 11 2023, 11:58 AM
This revision was automatically updated to reflect the committed changes.