dmd/compiler
Teodor Dutu c83dff2e1b
Translate _d_arrayassign{,_l,_r} to templates (#14310)
- Implement template `_d_arrayassign{_l,_r}`
- Lower array asignment expressions to the above templates
- Remove old lowering from e2ir.d
- Remove the old `_d_arrayassign{,_l,_r}` hooks
- Merge the usage of `_d_arrayassign` with that of `_d_arrayassign_l`

Signed-off-by: Teodor Dutu <teodor.dutu@gmail.com>
2022-08-02 11:11:40 +03:00
..
docs Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
ini Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
samples Move dmd files into compiler/ 2022-07-09 18:53:07 +02:00
src Translate _d_arrayassign{,_l,_r} to templates (#14310) 2022-08-02 11:11:40 +03:00
test Translate _d_arrayassign{,_l,_r} to templates (#14310) 2022-08-02 11:11:40 +03:00