[committed, amdgcn] Fix unrecognised instruction

Andrew Stubbs ams@codesourcery.com
Mon Dec 9 14:51:00 GMT 2019


On 06/12/2019 17:57, Andrew Stubbs wrote:
> Hi all,
> 
> I've committed the attached to fix a failure-to-assemble bug that can 
> occur in some vectorized code.  This has been hidden for a long time 
> because sub-word vectors were disabled on GCN, but this is no longer the 
> case.
> 
> The gather load instructions had the suffixes for store, which didn't 
> assemble well.  E.g. it had 'flat_load_short', instead of 
> 'flat_load_ustore'.

That should have been "ushort".

> 
> This fixes about 39 tests in vect.exp.

And this patch does the same for 'global_load_ushort', which fixes the 
same tests in the GCN5 multilibs.

Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 191209-fix-global_load-insn.patch
Type: text/x-patch
Size: 1145 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20191209/10331064/attachment.bin>


More information about the Gcc-patches mailing list