Vectorizer and address-spaces
commit9d139c036547a4b3b43439b82f94a9c350d4fa2f
authorRichard Biener <rguenther@suse.de>
Mon, 5 Feb 2024 09:21:06 +0000 (5 10:21 +0100)
committerRichard Biener <rguenther@suse.de>
Mon, 5 Feb 2024 10:06:09 +0000 (5 11:06 +0100)
tree16d7a0a80f626b6ddae6e8a59edac3dcf2400309
parentdede174fbb57bdd3e26f322b6096d53edf0089c4
Vectorizer and address-spaces

The following makes sure to use the correct pointer mode when
building pointer types to a non-default address-space.

* tree-vect-data-refs.cc (vect_create_data_ref_ptr): Use
the default mode when building a pointer.
gcc/tree-vect-data-refs.cc