Bin.Cheng wrote:
> I don't know the implementation of the option, so two questions:
> 1) When the repack is done during compilation? Is new code
> manipulating data layout added
> by frontend? If yes, better to do it during optimization thus is
> can be on demanding? This
> looks like
On Fri, Apr 13, 2018 at 3:32 PM, Wilco Dijkstra wrote:
> Hi,
>
> I looked at a few performance anomalies between gfortran and Flang - it
> appears array slices
> are treated differently. Using -frepack-arrays fixed a performance issue in
> gfortran and didn't
> cause any regressions. Making inpu