llvm-project/polly/test/Isl/CodeGen/OpenMP
Johannes Doerfert 965edde695 Separate more constant factors of parameters
So far we separated constant factors from multiplications, however,
  only when they are at the outermost level of a parameter SCEV. Now,
  we also separate constant factors from the parameter SCEV if the
  outermost expression is a SCEVAddRecExpr. With the changes to the
  SCEVAffinator we can now improve the extractConstantFactor(...)
  function at will without worrying about any other code part. Thus,
  if needed we can implement a more comprehensive
  extractConstantFactor(...) function that will traverse the SCEV
  instead of looking only at the outermost level.

  Four test cases were affected. One did not change much and the other
  three were simplified.

llvm-svn: 260859
2016-02-14 22:30:56 +00:00
..
alias-metadata.ll Do not use '.' in subfunction names 2015-09-08 06:22:17 +00:00
invariant_base_pointer_preloaded.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
invariant_base_pointer_preloaded_different_bb.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
invariant_base_pointer_preloaded_pass_only_needed.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
invariant_base_pointers_preloaded.ll Consolidate invariant loads 2015-10-09 17:12:26 +00:00
loop-body-references-outer-iv.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
loop-body-references-outer-values-2.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
loop-body-references-outer-values-3.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
loop-body-references-outer-values.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
loop-bounds-reference-outer-ids.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
new_multidim_access.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
new_multidim_access___%bb1---%bb17.jscop Add forgotten .jscop file 2015-09-05 10:58:13 +00:00
reference-argument-from-non-affine-region.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
reference-other-bb.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
reference-preceeding-loop.ll Separate more constant factors of parameters 2016-02-14 22:30:56 +00:00
single_loop.ll executeScopConditionally: Introduce special exiting block 2015-12-09 11:38:22 +00:00
single_loop_with_loop_invariant_baseptr.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
single_loop_with_param.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00
single_parallel_loop___%for.i---%exit.jscop [NFC] Drop the "scattering" tuple name 2015-02-02 13:45:54 +00:00
two-parallel-loops-reference-outer-indvar.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00