This is the mail archive of the gcc-patches@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: [tree-ssa] Removing redundant loads


On Tue, 10 Jun 2003 15:27:32 -0600, law@redhat.com wrote:

> In message <wvlof1k30qa.fsf@prospero.boston.redhat.com>, Jason Merrill writes:
>  >> Yes, avail_expr_eq has the same issue, but it's a little more "interesting"
>  >> in that we call back to simple_cst_equal which doesn't handle commutative
>  >> expressions well.
>  >
>  >I use operand_equal_p in gimple_tree_eq; it handles commutativity just
>  >fine.

> This is probably going to make the most sense.  Note however I just stumbled
> upon another missing call to recalculate_side_effects.

Well, don't keep me in suspense.  :)

Jason


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