llvm-project/polly/test/Isl/CodeGen/LoopParallelMD
Johannes Doerfert 0767a511ba Use minimal types for generated expressions
We now use the minimal necessary bit width for the generated code. If
  operations might overflow (add/sub/mul) we will try to adjust the types in
  order to ensure a non-wrapping computation. If the type adjustment is not
  possible, thus the necessary type is bigger than the type value of
  --polly-max-expr-bit-width, we will use assumptions to verify the computation
  will not wrap. However, for run-time checks we cannot build assumptions but
  instead utilize overflow tracking intrinsics.

llvm-svn: 271878
2016-06-06 09:57:41 +00:00
..
do_not_mutate_debug_info.ll Update two more test cases for r266445+r266446 II 2016-04-15 21:02:35 +00:00
loop_nest_param_parallel.ll Use minimal types for generated expressions 2016-06-06 09:57:41 +00:00
single_loop_param_parallel.ll tests: Drop -polly-detect-unprofitable and -polly-no-early-exit 2015-10-06 15:36:44 +00:00