Add initial CSE pass
commitfe8df476cce241da882b6895b219e082ad3960f2
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 23 Nov 2004 20:26:50 +0000 (23 13:26 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:04:35 +0000 (7 21:04 -0700)
treec1d2d6677ed26e25ad8dedfbcbbfa19d9b8d3d19
parent34038a899aa290c162229cab3289264961fd1772
Add initial CSE pass

It ain't very smart yet, but give it time.

In particular, right now it gathers information for the
whole function, but it only does the actual replacement
if the instructions are in the same basic block.
Makefile
cse.c [new file with mode: 0644]
flow.c
flow.h
linearize.c