]> git.ipfire.org Git - thirdparty/gcc.git/commit
[testsuite] [x86] pr108938-3.c needs -msse2 for bswap in foo2 with -m32
authorAlexandre Oliva <oliva@adacore.com>
Wed, 21 May 2025 09:20:59 +0000 (06:20 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 21 May 2025 09:20:59 +0000 (06:20 -0300)
commit3392849511c9b9eb1d912a547f2441cece766e3b
tree6ae4022f204fcfb96fa5cc451028501632a3b784
parent012a857d1eb5b45baee8752e3b5a434fa25c52e2
[testsuite] [x86] pr108938-3.c needs -msse2 for bswap in foo2 with -m32

Without SSE2, we don't combine the separate loads in foo2 and get
separate rotates, instead of a bswap.

for  gcc/testsuite/ChangeLog

* gcc.target/i386/pr108938-3.c: Add -msse2.
gcc/testsuite/gcc.target/i386/pr108938-3.c