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
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
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