These are the last two ops that don't need to be lowered directly to LLVM.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D106429
[mlir][Complex]: Add lowerings for AddOp and SubOp from Complex dialect to Standard. ClosedPublic Authored by akuegel on Jul 21 2021, 3:45 AM.
Details Summary These are the last two ops that don't need to be lowered directly to LLVM.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptJul 21 2021, 3:45 AM bondhugula added inline comments. This revision is now accepted and ready to land.Jul 23 2021, 2:38 AM Closed by commit rGfb978f092c9c: [mlir][Complex]: Add lowerings for AddOp and SubOp from Complex dialect to (authored by akuegel). · Explain WhyJul 23 2021, 3:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 360711 mlir/lib/Conversion/ComplexToStandard/ComplexToStandard.cpp
mlir/test/Conversion/ComplexToStandard/convert-to-standard.mlir
|
BinaryComplexOpConversion?