On Sat, Jan 20, 2018 at 4:10 PM, Bin.Cheng wrote:
> On Fri, Jan 19, 2018 at 5:42 PM, Bin Cheng wrote:
>> Hi,
>> This patch is supposed to fix regression caused by loop distribution when
>> ftree-parallelize-loops. The reason is distributed memset call can't be
>> understood/analyzed in data refe
On Fri, Jan 19, 2018 at 5:42 PM, Bin Cheng wrote:
> Hi,
> This patch is supposed to fix regression caused by loop distribution when
> ftree-parallelize-loops. The reason is distributed memset call can't be
> understood/analyzed in data reference analysis, as a result, parloop can
> only paralleli
Hi,
This patch is supposed to fix regression caused by loop distribution when
ftree-parallelize-loops. The reason is distributed memset call can't be
understood/analyzed in data reference analysis, as a result, parloop can
only parallelize the innermost 2-level loop nest. Before distribution
chan