Re: [PATCH] Make asm not contain prefixed addresses.

2021-02-02 Thread Segher Boessenkool
Hi, On Mon, Feb 01, 2021 at 11:24:42PM -0500, Michael Meissner wrote: > In PR target/98519, the assembler does not like asm memory references that are > prefixed. We can't automatically change the instruction to prefixed form with > a 'p' like we do for normal RTL insns, since this is assembly

[PATCH] Make asm not contain prefixed addresses.

2021-02-01 Thread Michael Meissner via Gcc-patches
>From 4ceff15935a16da9ec5833279807855a8afc47cd Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 1 Feb 2021 22:19:57 -0500 Subject: [PATCH] Make asm not contain prefixed addresses. In PR target/98519, the assembler does not like asm memory references that are prefixed. We ca