Re: [Testsuite, committed] Fix vector peeling test failures

2017-05-09 Thread Richard Biener
On Tue, May 9, 2017 at 10:05 AM, Richard Biener wrote: > On Mon, May 8, 2017 at 3:49 PM, Richard Biener > wrote: >> On Mon, May 8, 2017 at 2:41 PM, Wilco Dijkstra >> wrote: >>> This fixes a few failures on ARM and AArch64 due to a recent change in >>> alignment peeling by switching the vector c

Re: [Testsuite, committed] Fix vector peeling test failures

2017-05-09 Thread Richard Biener
On Mon, May 8, 2017 at 3:49 PM, Richard Biener wrote: > On Mon, May 8, 2017 at 2:41 PM, Wilco Dijkstra wrote: >> This fixes a few failures on ARM and AArch64 due to a recent change in >> alignment peeling by switching the vector cost model off >> (https://gcc.gnu.org/ml/gcc-patches/2017-05/msg004

Re: [Testsuite, committed] Fix vector peeling test failures

2017-05-08 Thread Richard Biener via gcc-patches
On Mon, May 8, 2017 at 2:41 PM, Wilco Dijkstra wrote: > This fixes a few failures on ARM and AArch64 due to a recent change in > alignment peeling by switching the vector cost model off > (https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00407.html). > > Tested on AArch64, ARM and x64 - committed as

[Testsuite, committed] Fix vector peeling test failures

2017-05-08 Thread Wilco Dijkstra
This fixes a few failures on ARM and AArch64 due to a recent change in alignment peeling by switching the vector cost model off (https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00407.html). Tested on AArch64, ARM and x64 - committed as obvious. ChangeLog: 2017-05-08 Wilco Dijkstra * te