https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104489
--- Comment #5 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Roger Sayle <sa...@gcc.gnu.org>: https://gcc.gnu.org/g:06770148711226ba243b964451dfa8816d5d23e5 commit r12-7357-g06770148711226ba243b964451dfa8816d5d23e5 Author: Roger Sayle <ro...@nextmovesoftware.com> Date: Wed Feb 23 07:24:50 2022 +0000 nvptx: Back-end portion of a fix for PR target/104489. This one line fix/tweak is the back-end specific change for a fix for PR target/104489, that allows the ISA for GCC's nvptx backend to be bumped to sm_53. The machine-independent middle-end pieces were posted here: https://gcc.gnu.org/pipermail/gcc-patches/2022-February/590139.html 2022-02-23 Roger Sayle <ro...@nextmovesoftware.com> gcc/ChangeLog PR target/104489 * config/nvptx/nvptx.md (*movhf_insn): Add subregs_ok attribute.