Re: [PATCH] compute and check alignment info during analysis

2020-07-08 Thread Richard Sandiford
Richard Biener writes: > This moves querying the alignment support scheme from load/store > transform time to get_load_store_type where we should know best > what alignment constraints we actually need. This should make > verify_data_ref_alignment obsolete which prematurely disqualifies > all vec

[PATCH] compute and check alignment info during analysis

2020-07-08 Thread Richard Biener
This moves querying the alignment support scheme from load/store transform time to get_load_store_type where we should know best what alignment constraints we actually need. This should make verify_data_ref_alignment obsolete which prematurely disqualifies all vectorization IMHO. Bootstrap / regt