forked from OSchip/llvm-project
a43ba2d84f
Splitting basic blocks into multiple statements if there are now additional scalar dependencies gives more freedom to the scheduler, but more statements also means higher compile-time complexity. Switch to finer statement granularity, the additional compile time should be limited by the number of operations quota. The regression tests are written for the -polly-stmt-granularity=bb setting, therefore we add that flag to those tests that break with the new default. Some of the tests only fail because the statements are named differently due to a basic block resulting in multiple statements, but which are removed during simplification of statements without side-effects. Previous commits tried to reduce this effect, but it is not completely avoidable. Differential Revision: https://reviews.llvm.org/D42151 llvm-svn: 324169 |
||
---|---|---|
.. | ||
load_after_store_same_statement.ll | ||
read_from_original.ll | ||
too_many_writes.ll | ||
working_deps_between_inners.ll | ||
working_deps_between_inners_phi.ll | ||
working_expansion.ll | ||
working_expansion_multiple_dependences_per_statement.ll | ||
working_expansion_multiple_instruction_per_statement.ll | ||
working_phi_expansion.ll | ||
working_phi_two_scalars.ll | ||
working_value_expansion.ll |