Canonicalize math.sin given with the constant value.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Actually, the earlier https://reviews.llvm.org/D133915 seems to be doing the same thing.
Paths
| Differential D133917
[mlir][math] Canonicalize math.sin with constant AbandonedPublic Authored by Lewuathe on Sep 14 2022, 11:58 PM.
Details
Summary Canonicalize math.sin given with the constant value.
Diff Detail
Event TimelineComment Actions Actually, the earlier https://reviews.llvm.org/D133915 seems to be doing the same thing. Comment Actions
+1 Comment Actions
Oh, thanks. Good catch. I'll close this.
Revision Contents
Diff 460306 mlir/include/mlir/Dialect/Math/IR/MathOps.td
mlir/lib/Dialect/Math/IR/MathOps.cpp
mlir/test/Dialect/Math/canonicalize.mlir
|
Should this be sinf?