This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Redundant Load Elimination in GCSE


>The function rtx_equal_for_memref_p (from alias.c) can do this for us. It
>can check if two pseudo registers point to the same memory address 

refer to my earlier postings
	http://gcc.gnu.org/ml/gcc/2002-10/msg01558.html	
	http://gcc.gnu.org/ml/gcc/2002-10/msg01032.html
In these cases, rtx_equal_for_memref_p can not tell if two pseduos point to
the same memory adress.

--Sanjiv


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]