[flang][RFC] Proposal for complex number lowering through MLIR
authorDavid Truby <david.truby@arm.com>
Tue, 1 Nov 2022 14:12:14 +0000 (14:12 +0000)
committerDavid Truby <David.Truby@arm.com>
Fri, 4 Nov 2022 14:21:31 +0000 (14:21 +0000)
commit42220c58685e0f20685ba23867b8507280850a7a
treea4d33632d4b9c7584ce543b7e173a0701c2ebf33
parentfe9409b9fad352bbad7064f6c8be1e1ef0b12586
[flang][RFC] Proposal for complex number lowering through MLIR

This design document proposes lowering FIR complex number operations
through the MLIR complex dialect.

Differential Revision: https://reviews.llvm.org/D134364
flang/docs/ComplexOperations.md [new file with mode: 0644]