Re: [Patch 0/6] Improve Neon intrinsics a bit

2012-07-30 Thread Ramana Radhakrishnan
On 30 July 2012 12:41, Ramana Radhakrishnan wrote: > Patch 5 - Bug fix that fixes up a set of ICEs because we were always > generating vec_duplicate of DImode values into other DImode values. > Possibly needs backporting to older versions. The recent changes to the vld1_dup intrinsics ended up

[Patch 0/6] Improve Neon intrinsics a bit

2012-07-30 Thread Ramana Radhakrishnan
Hi, I've been working on a small project to improve neon intrinsic and I kept getting bothered by random failures in gcc.target/arm/neon and I got sufficiently irritated that I decided to clean that bit up and then found myself in a maze of rabbit holes. I've always been somewhat bothered by