aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/dump-parse-tree.c
diff options
context:
space:
mode:
authorRichard Biener <rguenther@suse.de>2021-09-20 11:20:19 +0200
committerRichard Biener <rguenther@suse.de>2021-09-20 11:25:18 +0200
commit24f99147b9264f8f7d9cfb2fa6bd431edfa252d2 (patch)
tree3932745f52a365368f62e0247385d80d9ac6b5da /gcc/fortran/dump-parse-tree.c
parentf55c8db019af13851ba92cd39086658e39800acd (diff)
downloadgcc-24f99147b9264f8f7d9cfb2fa6bd431edfa252d2.zip
gcc-24f99147b9264f8f7d9cfb2fa6bd431edfa252d2.tar.gz
gcc-24f99147b9264f8f7d9cfb2fa6bd431edfa252d2.tar.bz2
Avoid premature alignment setting in vect_duplicate_ssa_name_ptr_info
This removes adjusting alignment based on the vectorized accesses and instead keeps what was set on the original access. The code generating the actual accesses make sure to properly align the vectorized accesses based on the generated pointer already and the vectorizers alignment is always based of the desired alignment of a vector type and thus will reset alignment to unknown this way for example when doing strided accesses. 2021-09-20 Richard Biener <rguenther@suse.de> * tree-vect-data-refs.c (vect_duplicate_ssa_name_ptr_info): Do not compute alignment of the vectorized access here.
Diffstat (limited to 'gcc/fortran/dump-parse-tree.c')
0 files changed, 0 insertions, 0 deletions