https://gcc.gnu.org/bugzilla/show_bug.cgi?id=127048
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:e623ab6a336f40191e0137471d3cc775d5d64a33 commit r17-3666-ge623ab6a336f40191e0137471d3cc775d5d64a33 Author: Richard Biener <[email protected]> Date: Wed Aug 26 10:26:40 2026 +0200 Adjust gcc.target/i386/pr89523-1{a,b}.c The following removes the scan for a addr32 vgather, but keeps the negative scan for vgather. There is no reason for using a gather in the first place and after hoisting the invariant load of the ncost pointer load from the unswitched loop body we don't use one. PR testsuite/127048 * gcc.target/i386/pr89523-1a.c: Remove scan for addr32 vgather. * gcc.target/i386/pr89523-1b.c: Likewise.
