]> git.ipfire.org Git - thirdparty/gcc.git/commit
amdgcn: allow SImode in VCC_HI [PR120722]
authorAndrew Stubbs <ams@baylibre.com>
Fri, 20 Jun 2025 16:43:37 +0000 (16:43 +0000)
committerAndrew Stubbs <ams@baylibre.com>
Fri, 20 Jun 2025 16:50:19 +0000 (16:50 +0000)
commit95752870fb5c51868a084b94705a83d728be52c8
tree4b6a25ecd5222e0e9e4271d4398521a52d0b7dc4
parent632a50abc3a99cace8abc6ed3817f7eb1312c9d2
amdgcn: allow SImode in VCC_HI [PR120722]

This patch isn't fully tested yet, but it fixes the build failure, so that
will do for now.  SImode was not allowed in VCC_HI because there were issues,
way back before the port went upstream, so it's possible we'll find out what
those issues were again soon.

gcc/ChangeLog:

PR target/120722
* config/gcn/gcn.cc (gcn_hard_regno_mode_ok): Allow SImode in VCC_HI.
gcc/config/gcn/gcn.cc