[Bug tree-optimization/114375] [11 Regression] Wrong vectorization of permuted mask load
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Feb 11 00:55:32 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114375
--- Comment #9 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Alexandre Oliva <aoliva@gcc.gnu.org>:
https://gcc.gnu.org/g:27092e1f5ae11ce563059c187a492d37e69bd9a4
commit r16-7443-g27092e1f5ae11ce563059c187a492d37e69bd9a4
Author: Alexandre Oliva <oliva@adacore.com>
Date: Tue Feb 10 21:36:37 2026 -0300
testsuite: i386: vect-pr114375 vectorizes only with avx2 runtime
This test compiles with -mavx2 only if avx2_runtime passes, and
without that option, it is not expected to vectorize. Adjust the
effective target requirement for the dump pattern to match that of the
option.
for gcc/testsuite/ChangeLog
PR tree-optimization/114375
* gcc.dg/vect/vect-pr114375.c: Adjust dump pattern requirement
to match that of options.
More information about the Gcc-bugs
mailing list