]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not expect 8 byte vectorization with ia32
authorRichard Biener <rguenther@suse.de>
Wed, 8 Oct 2025 09:38:12 +0000 (11:38 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 8 Oct 2025 09:39:48 +0000 (11:39 +0200)
commit6b999bf40090f356c5bb5ff8a82e7e0dc4c4ae05
tree3c073006055e50c83f52cf504d6cd24ef52876f4
parentbfd41adc6178abb55d2a019f0d7e755ee097f548
Do not expect 8 byte vectorization with ia32

We are not considering ia32 to be TARGET_MMX_WITH_SSE so the testcase
cannot work there.

PR target/120091
gcc/testsuite/
* gcc.target/i386/pr119919.c: Only check for vectorization
when !ia32.
gcc/testsuite/gcc.target/i386/pr119919.c