public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Qing Zhao <qing.zhao@oracle.com>
To: Richard Biener <richard.guenther@gmail.com>,
	Peter Bergner <bergner@linux.ibm.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [PATCH] middle-end: Skip initialization of opaque type register variables [PR103127]
Date: Wed, 1 Dec 2021 15:06:26 +0000	[thread overview]
Message-ID: <684E2A49-ABC3-4B2C-A3DA-38E180335D47@oracle.com> (raw)
In-Reply-To: <CAFiYyc0JNVtVikyu+3zt_AY2K-Wykdrwx_JHEYpE=iSKrA2fBA@mail.gmail.com>



> On Dec 1, 2021, at 3:01 AM, Richard Biener <richard.guenther@gmail.com> wrote:
> 
> On Tue, Nov 30, 2021 at 11:35 PM Peter Bergner <bergner@linux.ibm.com> wrote:
>> 
>> On 11/30/21 2:44 PM, Qing Zhao via Gcc-patches wrote:
>>> Sorry for the confusing…
>>> My major question is:
>>> 
>>> for a variable of type __vector_pair,  could it be in a register?
>> 
>> Yes.  To be pedantic, it will live in a vector register pair.
>> 
>> 
>>> If it could be in a register, can we initialize this register with some constant value?
>> 
>> For a __vector_pair, no, not as it is setup now.  We also do not have a
>> use case where we would want to initialize a __vector_pair to a constant.
>> Our normal (only?) use case with a __vector_pair is to load it up with
>> some actual data from memory that represents a (partial) row of a matrix.
>> 
>> For __vector_quad, it too lives in a register (accumulator register) and
>> represents a small matrix.  We have the __builtin_mma_xxsetaccz (&acc)
>> builtin to initialize it to a zero constant.
> 
> Given all this I suggest to exempt OPAQUE_TYPE from is_var_need_auto_init
> instead of fixing up things at expansion time.

Agreed. 

So, Peter, will you update the routine “is_var_need_auto_init” in gimplify.c to exclude OPAQUE_TYPE to fix this issue?

thanks.

Qing
> 
> Richard.
> 
>> Peter


  reply	other threads:[~2021-12-01 15:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-29 21:56 Peter Bergner
2021-11-29 22:56 ` Qing Zhao
2021-11-30  8:37   ` Richard Biener
2021-11-30 15:14     ` Peter Bergner
2021-11-30 17:51       ` Qing Zhao
2021-11-30 18:08         ` Peter Bergner
2021-11-30 19:50           ` Qing Zhao
2021-11-30 20:07             ` Peter Bergner
2021-11-30 20:44               ` Qing Zhao
2021-11-30 22:35                 ` Peter Bergner
2021-12-01  9:01                   ` Richard Biener
2021-12-01 15:06                     ` Qing Zhao [this message]
2021-12-01 16:08                       ` Peter Bergner
2021-12-01 17:42                     ` Peter Bergner
2021-12-01 19:07                       ` Richard Biener
2021-12-01 19:29                         ` Peter Bergner
2021-11-30 17:59     ` Qing Zhao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=684E2A49-ABC3-4B2C-A3DA-38E180335D47@oracle.com \
    --to=qing.zhao@oracle.com \
    --cc=bergner@linux.ibm.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=richard.guenther@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).