Scheduling has to come before representation selection, since the latter inserts memory operations
parent
601b6f8457
commit
e22f66daf4
basis/compiler/cfg/optimizer
|
@ -38,8 +38,8 @@ SYMBOL: check-optimizer?
|
|||
copy-propagation
|
||||
eliminate-dead-code
|
||||
eliminate-write-barriers
|
||||
schedule-instructions
|
||||
select-representations
|
||||
schedule-instructions
|
||||
destruct-ssa
|
||||
delete-empty-blocks
|
||||
?check ;
|
||||
|
|
Loading…
Reference in New Issue