Re: [PATCH GCC][2/6]Factor out code pruning runtime alias checks

2017-05-26 Thread Bin.Cheng
On Fri, May 26, 2017 at 12:15 PM, Richard Biener wrote: > On Tue, May 23, 2017 at 6:22 PM, Bin Cheng wrote: >> Hi, >> This is the second patch in the set, it factors out code pruning runtime >> alias >> checks from file tree-vect-data-refs.c to tree-data-ref.c. It also >> introduces >> new int

Re: [PATCH GCC][2/6]Factor out code pruning runtime alias checks

2017-05-26 Thread Richard Biener
On Tue, May 23, 2017 at 6:22 PM, Bin Cheng wrote: > Hi, > This is the second patch in the set, it factors out code pruning runtime alias > checks from file tree-vect-data-refs.c to tree-data-ref.c. It also introduces > new interface prune_runtime_alias_test_list so that we can use it in pass like

[PATCH GCC][2/6]Factor out code pruning runtime alias checks

2017-05-23 Thread Bin Cheng
Hi, This is the second patch in the set, it factors out code pruning runtime alias checks from file tree-vect-data-refs.c to tree-data-ref.c. It also introduces new interface prune_runtime_alias_test_list so that we can use it in pass like loop distribution. Bootstrap and test on x86_64 and AArch6