public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/omp/gcc-12] [OG12] amdgcn: Fixup "Add builtin for vectorized DFmode fabs operation"
@ 2022-10-12 10:46 Andrew Stubbs
  0 siblings, 0 replies; only message in thread
From: Andrew Stubbs @ 2022-10-12 10:46 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5bcf4e223664de67ca1a17eb7d47501b57cbc21b

commit 5bcf4e223664de67ca1a17eb7d47501b57cbc21b
Author: Andrew Stubbs <ams@codesourcery.com>
Date:   Tue Oct 11 15:14:41 2022 +0100

    [OG12] amdgcn: Fixup "Add builtin for vectorized DFmode fabs operation"
    
    The function was taken away by the "add multiple vector sizes" patch.
    
    2022-10-11  Andrew Stubbs  <ams@codesourcery.com>
    
            gcc/
            * config/gcn/gcn.cc (gcn_expand_builtin_1): Change gcn_full_exec_reg
            to get_exec.

Diff:
---
 gcc/ChangeLog.omp     | 5 +++++
 gcc/config/gcn/gcn.cc | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog.omp b/gcc/ChangeLog.omp
index 7dcc2202072..d296eb137e8 100644
--- a/gcc/ChangeLog.omp
+++ b/gcc/ChangeLog.omp
@@ -1,3 +1,8 @@
+2022-10-12  Andrew Stubbs  <ams@codesourcery.com>
+
+	* config/gcn/gcn.cc (gcn_expand_builtin_1): Change gcn_full_exec_reg
+	to get_exec.
+
 2022-10-12  Andrew Stubbs  <ams@codesourcery.com>
 
 	Backport from mainline:
diff --git a/gcc/config/gcn/gcn.cc b/gcc/config/gcn/gcn.cc
index 681388c3645..1f8d8e19971 100644
--- a/gcc/config/gcn/gcn.cc
+++ b/gcc/config/gcn/gcn.cc
@@ -4361,7 +4361,7 @@ gcn_expand_builtin_1 (tree exp, rtx target, rtx /*subtarget */ ,
       {
 	if (ignore)
 	  return target;
-	rtx exec = gcn_full_exec_reg ();
+	rtx exec = get_exec (-1);
 	rtx arg = force_reg (V64DFmode,
 			     expand_expr (CALL_EXPR_ARG (exp, 0), NULL_RTX,
 					  V64DFmode,

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-12 10:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 10:46 [gcc/devel/omp/gcc-12] [OG12] amdgcn: Fixup "Add builtin for vectorized DFmode fabs operation" Andrew Stubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).