Re: [PATCH, i386] Add some missing modes to mode attributes

2016-04-06 Thread Uros Bizjak
On Wed, Apr 6, 2016 at 5:55 PM, H.J. Lu wrote: > On Wed, Apr 6, 2016 at 8:11 AM, Uros Bizjak wrote: >> ... so there is no unresolved attributes in insn-output.c. >> >> 2016-04-06 Uros Bizjak >> >> * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes. >> (ssescalarsize): Add V8S

Re: [PATCH, i386] Add some missing modes to mode attributes

2016-04-06 Thread H.J. Lu
On Wed, Apr 6, 2016 at 8:11 AM, Uros Bizjak wrote: > ... so there is no unresolved attributes in insn-output.c. > > 2016-04-06 Uros Bizjak > > * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes. > (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes. > > Bootstrapped and regre

[PATCH, i386] Add some missing modes to mode attributes

2016-04-06 Thread Uros Bizjak
... so there is no unresolved attributes in insn-output.c. 2016-04-06 Uros Bizjak * config/i386/sse.md (shuffletype): Add V32HI and V4TI modes. (ssescalarsize): Add V8SF, V4SF, V4DF and V2DF modes. Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}. Committed to mainline S