Richard Biener writes:
> On Mon, Jun 18, 2018 at 4:53 PM Richard Sandiford
> wrote:
>>
>> A pattern's PATTERN_DEF_SEQ was attached to both the original statement
>> and the main pattern statement, which made it harder to update later.
>> This patch attaches it to just the original statement. In
On Mon, Jun 18, 2018 at 4:53 PM Richard Sandiford
wrote:
>
> A pattern's PATTERN_DEF_SEQ was attached to both the original statement
> and the main pattern statement, which made it harder to update later.
> This patch attaches it to just the original statement. In practice,
> anything that cared
A pattern's PATTERN_DEF_SEQ was attached to both the original statement
and the main pattern statement, which made it harder to update later.
This patch attaches it to just the original statement. In practice,
anything that cared had ready access to both.
Tested on aarch64-linux-gnu and x86_64-li