public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Memory aliasing
@ 1997-10-14 17:27 Michael P. Hayes
  1997-10-26  9:34 ` Jeffrey A Law
  0 siblings, 1 reply; 4+ messages in thread
From: Michael P. Hayes @ 1997-10-14 17:27 UTC (permalink / raw)
  To: egcs

I've noticed that memrefs_conflict_p considers the following operands
to reference conflicting memory:

(mem:QI (plus:QI (reg:QI 8 ar0) (const_int 1)))

(mem:QI (reg:QI 8 ar0))

I wonder if canon_rtx should convert the second operand to

(mem:QI (plus:QI (reg:QI 8 ar0) (const_int 0))) ?


^ permalink raw reply	[flat|nested] 4+ messages in thread
* Memory aliasing
@ 2004-10-10  1:19 Rajkishore Barik
  0 siblings, 0 replies; 4+ messages in thread
From: Rajkishore Barik @ 2004-10-10  1:19 UTC (permalink / raw)
  To: gcc

Hi,
Does  there exist an interface and implementation to find out if two 
rtl expressions [memory] alias with each other/access the same 
memory location? 
Thanks for your help,
regards,
Raj 

^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <20041011174109.GA1641@redhat.com>]

end of thread, other threads:[~2004-10-24  3:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-10-14 17:27 Memory aliasing Michael P. Hayes
1997-10-26  9:34 ` Jeffrey A Law
2004-10-10  1:19 Rajkishore Barik
     [not found] <20041011174109.GA1641@redhat.com>
2004-10-24 19:13 ` Rajkishore Barik

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