public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Question about constructing vector types in GIMPLE pass
@ 2024-04-08 13:18 Hanke Zhang
  2024-04-08 19:01 ` Marc Glisse
  0 siblings, 1 reply; 4+ messages in thread
From: Hanke Zhang @ 2024-04-08 13:18 UTC (permalink / raw)
  To: GCC Development

Hi,
I've been working on strengthening auto-vectorization on intel CPUs
recently. I tried to do it in the GIMPLE pass. And I noticed that some
vector types in the GIMPLE code are confusing to me. The example code
is here:

_1 = MEM[(const __m256i_u * {ref-all})_2];

I wondered how I could construct or get the type `(const __m256i_u *
{ref-all})` in the GIMPLE pass.

If you have any ideas that can help me. I'll be so grateful! :)

Thanks
Hanke Zhang

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-09  6:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-08 13:18 Question about constructing vector types in GIMPLE pass Hanke Zhang
2024-04-08 19:01 ` Marc Glisse
2024-04-09  2:40   ` Hanke Zhang
2024-04-09  6:58     ` Richard Biener

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).