Re: [PATCH][i386] PR target/85473, Fix _movdir64b expansion with -mx32

2018-04-25 Thread Jakub Jelinek
On Wed, Apr 25, 2018 at 08:31:33AM -0700, H.J. Lu wrote: > On Wed, Apr 25, 2018 at 5:13 AM, Uros Bizjak wrote: > > On Wed, Apr 25, 2018 at 1:03 PM, Peryt, Sebastian > > wrote: > >> Hi, > >> > >> Patch has been updated and tested. Now I don't see any

Re: [PATCH][i386] PR target/85473, Fix _movdir64b expansion with -mx32

2018-04-25 Thread H.J. Lu
On Wed, Apr 25, 2018 at 5:13 AM, Uros Bizjak wrote: > On Wed, Apr 25, 2018 at 1:03 PM, Peryt, Sebastian > wrote: >> Hi, >> >> Patch has been updated and tested. Now I don't see any new regressions. >> >> Changelog stays the same. >> >> Is it ok for

Re: [PATCH][i386] PR target/85473, Fix _movdir64b expansion with -mx32

2018-04-25 Thread Uros Bizjak
On Wed, Apr 25, 2018 at 1:03 PM, Peryt, Sebastian wrote: > Hi, > > Patch has been updated and tested. Now I don't see any new regressions. > > Changelog stays the same. > > Is it ok for trunk? OK for mainline and gcc-8 backport after a couple of days, the latter also

RE: [PATCH][i386] PR target/85473, Fix _movdir64b expansion with -mx32

2018-04-25 Thread Peryt, Sebastian
os Bizjak <ubiz...@gmail.com>; Kirill Yukhin <kirill.yuk...@gmail.com>; > H.J. Lu <hjl.to...@gmail.com>; Peryt, Sebastian <sebastian.pe...@intel.com> > Subject: RE: [PATCH][i386] PR target/85473, Fix _movdir64b expansion with - > mx32 > > Hi, > > I just rea

RE: [PATCH][i386] PR target/85473, Fix _movdir64b expansion with -mx32

2018-04-21 Thread Peryt, Sebastian
g > Cc: Uros Bizjak <ubiz...@gmail.com>; Kirill Yukhin <kirill.yuk...@gmail.com>; > H.J. Lu <hjl.to...@gmail.com>; Peryt, Sebastian <sebastian.pe...@intel.com> > Subject: [PATCH][i386] PR target/85473, Fix _movdir64b expansion with -mx32 > > Hi, > > Th

[PATCH][i386] PR target/85473, Fix _movdir64b expansion with -mx32

2018-04-20 Thread Peryt, Sebastian
Hi, This fixes PR85473 by fixing _movdir64b expansion for -mx32. Ok for trunk? 2018-04-20 Sebastian Peryt gcc/ChangeLog: PR target/85473 * config/i386/i386.c (ix86_expand_builtin): Change memory operand to XI, op0 extend to Pmode.