[flang] Lower basic binary operation for scalars
authorValentin Clement <clementval@gmail.com>
Fri, 18 Feb 2022 14:49:53 +0000 (15:49 +0100)
committerValentin Clement <clementval@gmail.com>
Fri, 18 Feb 2022 14:50:31 +0000 (15:50 +0100)
commitbe3b40c059355115a8041f5bd866ad8d99950611
tree97dfa5118dd0ff4757ce92029f3004057b196b85
parentc24e197aaad5333717a27f6e4346f97da84821ed
[flang] Lower basic binary operation for scalars

Lower simple binary operation (+, -, *, /) for scalars.

This patch is part of the upstreaming effort from fir-dev branch.

Depends on D120058

Reviewed By: PeteSteinfeld

Differential Revision: https://reviews.llvm.org/D120063

Co-authored-by: Jean Perier <jperier@nvidia.com>
Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>
flang/lib/Lower/ConvertExpr.cpp
flang/test/Lower/assignment.f90