This patch hanlde lowering of simple scalar assignment.
This patch is part of the upstreaming effort from fir-dev branch.
Co-authored-by: Jean Perier <jperier@nvidia.com>
Paths
| Differential D120058
[flang] Lower simple scalar assignment ClosedPublic Authored by clementval on Feb 17 2022, 7:19 AM.
Details Summary This patch hanlde lowering of simple scalar assignment. 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 child revision: D120063: [flang] Lower basic binary operation for scalars.Feb 17 2022, 8:02 AM This revision is now accepted and ready to land.Feb 17 2022, 9:03 AM Closed by commit rGe641c29f4197: [flang] Lower simple scalar assignment (authored by clementval). · Explain WhyFeb 17 2022, 9:24 AM This revision was automatically updated to reflect the committed changes. clementval removed a child revision: D120063: [flang] Lower basic binary operation for scalars.Feb 17 2022, 11:22 PM
Revision Contents
Diff 409692 flang/include/flang/Lower/ConvertExpr.h
flang/include/flang/Lower/ConvertType.h
flang/include/flang/Lower/Support/Utils.h
flang/include/flang/Lower/Utils.h
flang/include/flang/Optimizer/Dialect/FIROps.h
flang/lib/Lower/Bridge.cpp
flang/lib/Lower/ConvertExpr.cpp
flang/lib/Lower/ConvertType.cpp
flang/lib/Lower/Mangler.cpp
flang/test/Lower/assignment.f90
|