]> git.ipfire.org Git - thirdparty/gcc.git/commit
x86: Don't change mode for XOR in ix86_expand_ternlog
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 2 Mar 2025 01:10:57 +0000 (09:10 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 17 Jul 2025 11:58:51 +0000 (04:58 -0700)
commitc139a8814456f4f13202170600f2e28b1498830b
treee3c909b57ec2a440e66df7ba3365ce6f8dd530f6
parentbb110e974e58d667991b9757f44822b58f160435
x86: Don't change mode for XOR in ix86_expand_ternlog

There is no need to change mode for XOR in ix86_expand_ternlog now.
Whatever reasons for it in the first place no longer exist.  Tested
on x86-64 with -m32.  There are no regressions.

* config/i386/i386-expand.cc (ix86_expand_ternlog): Don't change
mode for XOR.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
gcc/config/i386/i386-expand.cc