]> git.ipfire.org Git - thirdparty/gcc.git/commit
amdgcn: Fix vector TImode reload loop
authorAndrew Stubbs <ams@codesourcery.com>
Wed, 22 Nov 2023 13:46:12 +0000 (13:46 +0000)
committerAndrew Stubbs <ams@codesourcery.com>
Wed, 22 Nov 2023 14:24:21 +0000 (14:24 +0000)
commitecb22ddbe2b676484d04e7979f7991f7eec93470
treedcf0254eececd516c206708e50c1888e584b20c9
parent95f61de95bbcc2e4fb7020e27698140abea23788
amdgcn: Fix vector TImode reload loop

I've only observed the problem on the devel/omp/gcc-13 branch, but this
could theoretically affect mainline also.  The mov insns for the other modes
already have '$', so this completes the set.

gcc/ChangeLog:

* config/gcn/gcn-valu.md (*mov<mode>_4reg): Disparage AVGPR use when a
reload is required.
gcc/config/gcn/gcn-valu.md