Add conversion pattern for the fir.convert operation.
This patch is part of the upstreaming effort from fir-dev branch.
Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Paths
| Differential D113469
[fir] Add fir.convert op conversion from FIR to LLVM IR ClosedPublic Authored by clementval on Nov 9 2021, 12:38 AM.
Details Summary Add conversion pattern for the fir.convert operation. This patch is part of the upstreaming effort from fir-dev branch. Co-authored-by: Jean Perier <jperier@nvidia.com>
Diff Detail
Event Timelineclementval added a parent revision: D113434: [fir] Add complex operations conversion from FIR LLVM IR.Nov 9 2021, 12:39 AM This revision is now accepted and ready to land.Nov 9 2021, 1:02 AM Comment Actions Makes sense, I've left a few small suggestions. Thanks for working on this!
clementval added inline comments. clementval removed a parent revision: D113434: [fir] Add complex operations conversion from FIR LLVM IR.Nov 9 2021, 5:47 AM This revision was landed with ongoing or failed builds.Nov 9 2021, 5:55 AM Closed by commit rG165879ec31ed: [fir] Add fir.convert op conversion from FIR to LLVM IR (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes. clementval added a reverting change: rG9d9019c77c55: Revert "[fir] Add fir.convert op conversion from FIR to LLVM IR".Nov 9 2021, 6:04 AM This revision is now accepted and ready to land.Nov 9 2021, 6:22 AM Closed by commit rG092cee5f7fe9: [fir] Add fir.convert op conversion from FIR to LLVM IR (authored by clementval). · Explain WhyNov 9 2021, 6:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 385793 flang/lib/Optimizer/CodeGen/CodeGen.cpp
flang/lib/Optimizer/CodeGen/TypeConverter.h
flang/test/Fir/convert-to-llvm.fir
|
Could you add a comment, e.g. "// Complex to complex conversion"?