Re: [PATCH] Clean up vec_interleave* expanders

2016-05-04 Thread Uros Bizjak
On Wed, May 4, 2016 at 9:40 PM, Jakub Jelinek wrote: > Hi! > > When looking for constraints that only have x's and not v's, these > useless constraints caught my search too. In define_expand, constraints > aren't really needed, they are needed only on define_insn* etc. > > So, I'd like to kill th

[PATCH] Clean up vec_interleave* expanders

2016-05-04 Thread Jakub Jelinek
Hi! When looking for constraints that only have x's and not v's, these useless constraints caught my search too. In define_expand, constraints aren't really needed, they are needed only on define_insn* etc. So, I'd like to kill these. Bootstrapped/regtested on x86_64-linux and i686-linux, ok fo