move load mode shrinking into ldst phase
authorMatthias Braun <matthias.braun@kit.edu>
Mon, 27 Aug 2012 12:50:17 +0000 (14:50 +0200)
committerMatthias Braun <matthias.braun@kit.edu>
Mon, 27 Aug 2012 12:50:17 +0000 (14:50 +0200)
commit64f5f0cf11fe4a0d4753060e45639604d725652d
tree28b6fd709c89b7c297ce127028e1f39795a7ed0b
parent39bb1395f6d9f0047e2beeaad07777b99404e861
move load mode shrinking into ldst phase

Performing it as localopt was hairy as the optimisation dependet on
correct iredges values which were misleading/wrong during construction
of new stuff.
ir/ir/iropt.c
ir/opt/ldstopt.c