Skip to content

ArrayInitializer expressions with ImpliedDoLoops and Pass to DoLoop

Gagandeep Singh requested to merge czgdp18071/lfortran:array_init into master

Other than the changes in this PR, following needs to be done,

  1. Make the pass specific for 1D array.
  2. Add necessary checks in visit_Assignment to ensure that left value is an array if right value is an ArrayInitializer.
Edited by Gagandeep Singh

Merge request reports