]> 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)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 25 Jul 2024 10:44:57 +0000 (12:44 +0200)
commitcfd3f06b4c65e15d4f6af8bd4862b835efd61a72
tree93be2e5e02168ca6c62ea5356ded8b71e9bfb07e
parente589ffb6d78881572ddea21df0d9b6c2641d574d
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