From: Andrew Stubbs Date: Fri, 7 May 2021 22:55:35 +0000 (+0100) Subject: Revert "amdgcn: disable TImode" X-Git-Tag: basepoints/gcc-13~7680 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=292da5c58da8fe60395c4b7569a0e828c800ded5;p=thirdparty%2Fgcc.git Revert "amdgcn: disable TImode" This reverts commit 7af392687952608b988bd5a476583106b3f51740. --- diff --git a/gcc/config/gcn/gcn.c b/gcc/config/gcn/gcn.c index 2baf91d2f1f9..9660ca6eaa41 100644 --- a/gcc/config/gcn/gcn.c +++ b/gcc/config/gcn/gcn.c @@ -361,7 +361,7 @@ gcn_scalar_mode_supported_p (scalar_mode mode) || mode == HImode /* || mode == HFmode */ || mode == SImode || mode == SFmode || mode == DImode || mode == DFmode - /*|| mode == TImode*/); /* TI is used for back-end purposes only. */ + || mode == TImode); } /* Implement TARGET_CLASS_MAX_NREGS.