Re: [PATCH, rs6000] Add vec_extract builtin tests, fix arguments on existing tests

2018-06-25 Thread Segher Boessenkool
Hi! On Fri, Jun 22, 2018 at 08:21:35AM -0700, Carl Love wrote: > GCC Maintainers: > > The following patch adds tests for the vec_extract builtin. I also > adjusts the second argument on the existing tests so they match the > ABI, specifically an integer not a const integer. Does that make a dif

[PATCH, rs6000] Add vec_extract builtin tests, fix arguments on existing tests

2018-06-22 Thread Carl Love
GCC Maintainers: The following patch adds tests for the vec_extract builtin. I also adjusts the second argument on the existing tests so they match the ABI, specifically an integer not a const integer. The patch has been tested on  powerpc64le-unknown-linux-gnu (Power 9 LE)   With no re