RE: [PATCH] [ARC] Update ARC SIMD patterns.

2017-03-28 Thread Claudiu Zissulescu
: Re: [PATCH] [ARC] Update ARC SIMD patterns. > > * Claudiu Zissulescu [2017-03-27 > 13:10:12 +0200]: > > > Hi Andrew, > > > > vec_select expects in selection a list of subparts. The old ARC SIMD > > extension instructions were not up-to-date, update them. > &g

Re: [PATCH] [ARC] Update ARC SIMD patterns.

2017-03-27 Thread Andrew Burgess
* Claudiu Zissulescu [2017-03-27 13:10:12 +0200]: > Hi Andrew, > > vec_select expects in selection a list of subparts. The old ARC SIMD > extension instructions were not up-to-date, update them. > > Whithout this patch ARC backend is broken. It will be great if we can have it > in before gcc7

[PATCH] [ARC] Update ARC SIMD patterns.

2017-03-27 Thread Claudiu Zissulescu
Hi Andrew, vec_select expects in selection a list of subparts. The old ARC SIMD extension instructions were not up-to-date, update them. Whithout this patch ARC backend is broken. It will be great if we can have it in before gcc7.x branch is cut. Thank you, Claudiu gcc/ 2017-03-27 Claudiu Zis