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]

SSA for Trees - PRE implementation


I see some work has been done on using SSA in GCC.  According to the GCC
internals manual, only constant propagation and dead-code elimination are
implemented, but http://gcc.gnu.org/projects/tree-ssa includes a longer list
of SSA passes, including Partial Redundancy Elimination.  Is an SSA PRE pass
complete or available?  Is anyone working on it?  I've recently attempted an
SSA PRE implementation based on the Kennedy, et.al. paper and met with
significant difficulties.  I am curious if others have found success or if
they have found similar problems.

Sid


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