Re: [PATCH] Fix PR91469

2019-08-16 Thread Uros Bizjak
On Fri, Aug 16, 2019 at 1:10 PM Richard Biener wrote: > > > The following fixes PR91469 where STV replaced uses inside address > expressions. The issue arises here because convert_regs is called > before convert_insns which eventually splits out memory operands. > > Bootstrapped / tested on x86_6

[PATCH] Fix PR91469

2019-08-16 Thread Richard Biener
The following fixes PR91469 where STV replaced uses inside address expressions. The issue arises here because convert_regs is called before convert_insns which eventually splits out memory operands. Bootstrapped / tested on x86_64-unknown-linux-gnu, OK? Thanks, Richard. 2019-08-16 Richard Bi