Element-wise exp(log) can be canonicalized as no-op.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D150342
[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 TimelineThis revision is now accepted and ready to land.May 11 2023, 11:58 AM Closed by commit rG9b158debe0e4: [mlir][tosa] Fold exp(log) operation into no-op (authored by Lewuathe). · Explain WhyMay 11 2023, 8:03 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 521206 mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
mlir/lib/Dialect/Tosa/IR/TosaCanonicalizations.cpp
mlir/test/Dialect/Tosa/canonicalize.mlir
|