Skip to content
Unverified Commit f9704f0c authored by Valentin Clement's avatar Valentin Clement
Browse files

[flang] Simple array assignment lowering

This patch handles lowering of simple array assignment.

```
a(:) = 10
```

or

```
a(1) = 1
```

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

Reviewed By: PeteSteinfeld, schweitz

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



Co-authored-by: default avatarJean Perier <jperier@nvidia.com>
Co-authored-by: default avatarV Donaldson <vdonaldson@nvidia.com>
Co-authored-by: default avatarEric Schweitz <eschweitz@nvidia.com>
parent 05d79e35
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment