Lower simple binary operation (+, -, *, /) for scalars.
This patch is part of the upstreaming effort from fir-dev branch.
Depends on D120058
Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
Paths
| Differential D120063
[flang] Lower basic binary operation for scalars ClosedPublic Authored by clementval on Feb 17 2022, 8:02 AM.
Details Summary Lower simple binary operation (+, -, *, /) for scalars. This patch is part of the upstreaming effort from fir-dev branch. Depends on D120058 Co-authored-by: Jean Perier <jperier@nvidia.com>
Diff Detail
Event TimelineComment Actions @clementval, there's something odd about this patch. I can't download it using "arc patch". Also, when I look at the raw content of the new version of ConvertExpr.cpp, I see changes that are not listed in the diff view on Phabricator. This revision now requires changes to proceed.Feb 17 2022, 2:34 PM Comment Actions
I guess there was a glitch because this patch was dependent on the one I landed yesterday. I did a rebase and it should be fine now. clementval removed a parent revision: D120058: [flang] Lower simple scalar assignment.Feb 17 2022, 11:22 PM This revision is now accepted and ready to land.Feb 18 2022, 6:32 AM Closed by commit rGbe3b40c05935: [flang] Lower basic binary operation for scalars (authored by clementval). · Explain WhyFeb 18 2022, 6:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 409925 flang/lib/Lower/ConvertExpr.cpp
flang/test/Lower/assignment.f90
|