Added an optimization which removes conditional instructions whose 2
commit8ed3b5cd70e7aefa9b287a59d6eb5a4295ae4f37
authorVincent St-Amour <stamourv@iro.umontreal.ca>
Sun, 12 Oct 2008 21:54:39 +0000 (12 17:54 -0400)
committerVincent St-Amour <stamourv@iro.umontreal.ca>
Sun, 12 Oct 2008 21:54:39 +0000 (12 17:54 -0400)
tree2818ee7cde4e1a8fe217fec282655bb316b745b6
parent31f6c1ffd78c5285a447b16b51bac0d8fe92ebff
Added an optimization which removes conditional instructions whose 2
possible destinations are the same. This should be used after jump
cascade elimination (it is now, and it should stay like that).
cfg.scm
optimizations.scm
six-comp.scm