[Bug tree-optimization/123755] [16 Regression] gcc.dg/vect/pr71823.c ICEs with -march=armv9-a --param aarch64-autovec-preference=sve-only -ftree-vectorize -O2
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 22 12:02:17 GMT 2026
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123755
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:2c2a07e31cdb9bdb7b84d996afd71d9976326b1f
commit r16-6973-g2c2a07e31cdb9bdb7b84d996afd71d9976326b1f
Author: Richard Biener <rguenther@suse.de>
Date: Thu Jan 22 11:22:15 2026 +0100
tree-optimization/123755 - properly register loop mask for trapping call
The following makes sure to register a loop mask if we mask the loop
because the call could trap.
PR tree-optimization/123755
* tree-vect-stmts.cc (vectorizable_call): Register mask when
the call could trap.
* gcc.dg/vect/vect-pr123755.c: New testcase.
More information about the Gcc-bugs
mailing list