Re: [PATCH 6/7] ivopts: Add handlings for vector with length IFNs

2020-07-22 Thread Richard Sandiford
"Kewen.Lin via Gcc-patches" writes: > gcc/ChangeLog > > 2020-MM-DD Kewen Lin > > * tree-ssa-loop-ivopts.c (get_mem_type_for_internal_fn): Handle > IFN_LEN_LOAD and IFN_LEN_STORE. > (get_alias_ptr_type_for_ptr_address): Likewise. OK, thanks. (Sorry, hadn't realised that this

[PATCH 6/7] ivopts: Add handlings for vector with length IFNs

2020-05-25 Thread Kewen.Lin via Gcc-patches
gcc/ChangeLog 2020-MM-DD Kewen Lin * tree-ssa-loop-ivopts.c (get_mem_type_for_internal_fn): Handle IFN_LEN_LOAD and IFN_LEN_STORE. (get_alias_ptr_type_for_ptr_address): Likewise. --- gcc/tree-ssa-loop-ivopts.c | 4 1 file changed, 4 insertions(+) diff --git