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