Re: [PATCH GCC][5/6]Change parameters to make functions independent to vect structure

2017-05-26 Thread Richard Biener
On Tue, May 23, 2017 at 6:23 PM, Bin Cheng wrote: > Hi, > This is a simple patch changing parameter to below functions: > create_intersect_range_checks_index > create_intersect_range_checks > as well as updating calls to these functions. This is to make > them independent to vectorizer's data

[PATCH GCC][5/6]Change parameters to make functions independent to vect structure

2017-05-23 Thread Bin Cheng
Hi, This is a simple patch changing parameter to below functions: create_intersect_range_checks_index create_intersect_range_checks as well as updating calls to these functions. This is to make them independent to vectorizer's data structure. Bootstrap and test on x86_64 and AArch64, is it OK?