Re: [PATCH]middle-end slp: elide intermediate nodes for complex add and avoid truncate

2021-01-14 Thread Richard Biener
On Thu, 14 Jan 2021, Tamar Christina wrote: > Hi All, > > This applies the same feedback received for MUL and the rest to > ADD which was already committed. In short it elides the intermediate > nodes vec and avoids the use of truncate on the SLP child. > > Bootstrapped Regtested on aarch64-non

[PATCH]middle-end slp: elide intermediate nodes for complex add and avoid truncate

2021-01-14 Thread Tamar Christina via Gcc-patches
Hi All, This applies the same feedback received for MUL and the rest to ADD which was already committed. In short it elides the intermediate nodes vec and avoids the use of truncate on the SLP child. Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. Ok for master? Thanks, Tamar