This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCH] i386: Remove IgnoreSize from string versions of cmpsd and movsd
On 06.11.2019 18:37, H.J. Lu wrote:
> This is the patch I am testing.
This is more complicated than my planned change, and I think
my variant would also address a general (previously just
latent) issue, whereas yours simply does it the "brute force"
way by adding special casing of individual insn variants. Let
me see if my variant actually works.
Also I don't think the way your testsuite extension is done
is appropriate: I don't mind the addition, but I think the
primary part should be 16-bit variants of intel-cmps.s and
intel-movs.s. At least that's what I'm about to do.
Jan