* [PATCH, rs6000] update vec_perm testcase
@ 2017-10-27 16:01 Will Schmidt
2017-10-30 10:11 ` Segher Boessenkool
0 siblings, 1 reply; 2+ messages in thread
From: Will Schmidt @ 2017-10-27 16:01 UTC (permalink / raw)
To: GCC Patches
Cc: Segher Boessenkool, Carl E. Love, David Edelsohn, Bill Schmidt
Hi,
Update the vec-perm testcase to use 'long long' rather than 'long'. This was a missed typo
from when i initially committed the test.
Credit given to Carl for noticing this one.
OK for trunk?
Thanks,
-Will
diff --git a/gcc/testsuite/gcc.target/powerpc/fold-vec-perm-longlong.c b/gcc/testsuite/gcc.target/powerpc/fold-vec-perm-longlong.c
index 7f3e574..1333d88 100644
--- a/gcc/testsuite/gcc.target/powerpc/fold-vec-perm-longlong.c
+++ b/gcc/testsuite/gcc.target/powerpc/fold-vec-perm-longlong.c
@@ -14,11 +14,11 @@ testbl (vector bool long long vbl2, vector bool long long vbl3,
{
return vec_perm (vbl2, vbl3, vuc);
}
vector signed long long
-testsl (vector signed long vsl2, vector signed long vsl3,
+testsl (vector signed long long vsl2, vector signed long long vsl3,
vector unsigned char vuc)
{
return vec_perm (vsl2, vsl3, vuc);
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH, rs6000] update vec_perm testcase
2017-10-27 16:01 [PATCH, rs6000] update vec_perm testcase Will Schmidt
@ 2017-10-30 10:11 ` Segher Boessenkool
0 siblings, 0 replies; 2+ messages in thread
From: Segher Boessenkool @ 2017-10-30 10:11 UTC (permalink / raw)
To: Will Schmidt; +Cc: GCC Patches, Carl E. Love, David Edelsohn, Bill Schmidt
Hi!
On Fri, Oct 27, 2017 at 10:58:34AM -0500, Will Schmidt wrote:
> Update the vec-perm testcase to use 'long long' rather than 'long'. This was a missed typo
> from when i initially committed the test.
>
> Credit given to Carl for noticing this one.
>
> OK for trunk?
Yes please (with some suitable changelog). Thanks to you both,
Segher
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-30 10:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-27 16:01 [PATCH, rs6000] update vec_perm testcase Will Schmidt
2017-10-30 10:11 ` Segher Boessenkool
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).