forked from OSchip/llvm-project
parent
bfac7dcda0
commit
b20b08f898
|
@ -43,7 +43,7 @@ let test_transforms () =
|
|||
ignore (PassManager.create_function m
|
||||
++ TargetData.add td
|
||||
++ add_constant_propagation
|
||||
++ add_sccp
|
||||
++ add_sccp
|
||||
++ add_dead_store_elimination
|
||||
++ add_aggressive_dce
|
||||
++ add_scalar_repl_aggregation
|
||||
|
@ -53,7 +53,6 @@ let test_transforms () =
|
|||
++ add_loop_unswitch
|
||||
++ add_loop_unroll
|
||||
++ add_loop_rotation
|
||||
++ add_loop_index_split
|
||||
++ add_memory_to_register_promotion
|
||||
++ add_memory_to_register_demotion
|
||||
++ add_reassociation
|
||||
|
|
Loading…
Reference in New Issue