aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-12-07 20:05:09 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 21:05:35 -0700
commit8c08c764f0a0e5de5be15fa7b5a1fa49392e7546 (patch)
treef6a166e4fd726b7ab37609fbd15b376c22ddddf1 /Makefile
parent2d8d9bda591831a9d0acc478f7d3b8fa35032b6e (diff)
downloadsparse-dev-8c08c764f0a0e5de5be15fa7b5a1fa49392e7546.tar.gz
Be more aggressive on PHI-node CSE.
We don't care _where_ a PHI-node is, since the real location is at the phi sources. So unlike other instructions, we do not bother with any dominance analysis - we can just combine them blindly across basic block borders. It might make sense to totally disconnect the PHI nodes from the flow graph to make this lack of positional information even more explicit. That might also allow us to combine more basic blocks.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions