The lowering handles special cases with NaN or infinity like C++.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D103507
[mlir] Add DivOp lowering from Complex dialect to Standard/Math dialect. ClosedPublic Authored by akuegel on Jun 2 2021, 1:35 AM.
Details Summary The lowering handles special cases with NaN or infinity like C++.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptJun 2 2021, 1:35 AM This revision is now accepted and ready to land.Jun 2 2021, 1:44 AM This revision was landed with ongoing or failed builds.Jun 2 2021, 2:16 AM Closed by commit rG942be7cb4d98: [mlir] Add DivOp lowering from Complex dialect to Standard/Math dialect. (authored by akuegel). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 349200 mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
|