Lower sin/cos operation in complex dialect to libm as a baseline. This follows up to https://reviews.llvm.org/D125550.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D126755
[mlir][complex] Lower complex.sin/cos to libm ClosedPublic Authored by Lewuathe on May 31 2022, 11:11 PM.
Details
Summary Lower sin/cos operation in complex dialect to libm as a baseline. This follows up to https://reviews.llvm.org/D125550.
Diff Detail
Event Timelinepifon2a added inline comments. This revision is now accepted and ready to land.Jun 1 2022, 12:23 AM Closed by commit rG9f0869a61dc8: [mlir][complex] Lower complex.sin/cos to libm (authored by Lewuathe, committed by pifon2a). · Explain WhyJun 2 2022, 1:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 433669 mlir/lib/Conversion/ComplexToLibm/ComplexToLibm.cpp
mlir/test/Conversion/ComplexToLibm/convert-to-libm.mlir
|
nit: you probably do not need -DAG here and below.