Also add a conversion pattern from Complex Dialect to Standard/Math Dialect.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D104292
[mlir] Add SignOp to complex dialect. ClosedPublic Authored by akuegel on Jun 15 2021, 5:16 AM.
Details
Summary Also add a conversion pattern from Complex Dialect to Standard/Math Dialect.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptJun 15 2021, 5:16 AM ftynse added inline comments. This revision is now accepted and ready to land.Jun 15 2021, 5:25 AM Closed by commit rGf112bd61ebf3: [mlir] Add SignOp to complex dialect. (authored by akuegel). · Explain WhyJun 15 2021, 6:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 352107 mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
|
Nit: have you considered ImplicitLocOpBuilder?