Redundant Load Elimination in GCSE
Sanjiv Kumar Gupta, Noida
sanjivg@noida.hcltech.com
Mon May 5 12:20:00 GMT 2003
>What you have described is a different problem.
>I agree that the functionality of rtx_equal_for_memref_p should be
>improved,
>However, we can still use its current ability to find (even in only part of
>the cases) two pseudos that point to the same address in GCSE.
>And tell (only in part of the cases) that two memory references are
>equivalent.
True, for this rtx_equal_for_memref_p certainly seems better than
expr_equiv_p
as it uses the base objects info (reg_known_value) of the two pseudos.
>BTW, does CSE uses rtx_equal_for_memref_p?
I am not aware of any usage of rtx_equal_for_memref_p in CSE or GCSE.
--Sanjiv
More information about the Gcc
mailing list