]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/116081 - typedef vs. non-typedef in vectorization
authorRichard Biener <rguenther@suse.de>
Thu, 25 Jul 2024 06:34:20 +0000 (08:34 +0200)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sun, 28 Jul 2024 17:05:56 +0000 (19:05 +0200)
commitab3b0560320b1124a69cf19737fc8ba5861fc281
treea8d68d114388619bd1b0cfc0f4b80f6c9af7ff17
parent9d6e3fe0d83ab7165e2bb1e0f3e578d6bd66f854
tree-optimization/116081 - typedef vs. non-typedef in vectorization

The following addresses a behavioral difference in vector type
analysis for typedef vs. non-typedef.  It doesn't fix the issue
at hand but avoids a spurious difference in the dumps.

PR tree-optimization/116081
* tree-vect-stmts.cc (vect_get_vector_types_for_stmt):
Properly compare types.
gcc/tree-vect-stmts.cc