]> git.ipfire.org Git - thirdparty/gcc.git/commit
amdgcn: Disallow TImode vector permute
authorAndrew Stubbs <ams@codesourcery.com>
Fri, 10 Nov 2023 16:07:25 +0000 (16:07 +0000)
committerAndrew Stubbs <ams@codesourcery.com>
Mon, 27 Nov 2023 13:36:09 +0000 (13:36 +0000)
commite7d3414dffc98efc8424818dedac138c99c9ca79
tree177c543bb624325a2fc79afd0552f2c4163997c6
parent965d2327994469659ac477e337f74bf393ee2c69
amdgcn: Disallow TImode vector permute

We don't support it and it doesn't happen without vector extensions, so
just remove the unhandled case.

Fixes gcc.dg/pr78575.c failure.

gcc/ChangeLog:

* config/gcn/gcn.cc (gcn_vectorize_vec_perm_const): Disallow TImode.
gcc/config/gcn/gcn.cc