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: Minor CCP improvement and add comments to tree.h


On Wed, 2004-09-22 at 00:05, Jeffrey A Law wrote:

> This patch updates CCP to use any recorded equivalency information
> in SSA_NAME_EQUIV to seed the CCP values array and at the end of CCP,
> we transfer any equivalences discovered by CCP into the SSA_NAME_EQUIV
> field as well.
> 
Why not use SSA_NAME_VALUE?  PRE uses to store value handles, CCP and
copy-prop (will) use it for storing constant/copies.  Adding another
field to tree_ssa_name doesn't seem like a good idea.


Diego.


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