This adds the straightforward conversion for EqualOp
(two complex numbers are equal if both the real and the imaginary part are equal).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D102840
[mlir] Add conversion from complex to standard dialect for EqualOp. ClosedPublic Authored by akuegel on May 20 2021, 5:01 AM.
Details Summary This adds the straightforward conversion for EqualOp
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptMay 20 2021, 5:01 AM This revision is now accepted and ready to land.May 20 2021, 5:24 AM This revision was landed with ongoing or failed builds.May 20 2021, 5:26 AM Closed by commit rGac00cb0d2ad5: [mlir] Add conversion from complex to standard dialect for EqualOp. (authored by akuegel). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 346705 mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
mlir/test/Conversion/ComplexToStandard/full-conversion.mlir
|