llvm-project/polly/lib
Johannes Doerfert 883f8c1d2f Use modulo semantic to generate non-integer-overflow assumptions
This will allow to generate non-wrap assumptions for integer expressions
  that are part of the SCoP. We compare the common isl representation of
  the expression with one computed with modulo semantic. For all parameter
  combinations they are not equal we can have integer overflows.

  The nsw flags are respected when the modulo representation is computed,
  nuw and nw flags are ignored for now.

  In order to not increase compile time to much, the non-wrap assumptions
  are collected in a separate boundary context instead of the assumed
  context. This helps compile time as the boundary context can become
  complex and it is therefor not advised to use it in other operations
  except runtime check generation. However, the assumed context is e.g.,
  used to tighten dependences. While the boundary context might help to
  tighten the assumed context it is doubtful that it will help in practice
  (it does not effect lnt much) as the boundary (or no-wrap assumptions)
  only restrict the very end of the possible value range of parameters.

  PET uses a different approach to compute the no-wrap context, though lnt runs
  have shown that this version performs slightly better for us.

llvm-svn: 247732
2015-09-15 22:52:53 +00:00
..
Analysis Use modulo semantic to generate non-integer-overflow assumptions 2015-09-15 22:52:53 +00:00
CodeGen [FIX] Handle error blocks in non-affine regions correctly 2015-09-14 11:15:58 +00:00
Exchange Allow the import of multi-dimensional access functions 2015-09-05 07:46:47 +00:00
External Update isl to isl-0.15-129-gb086c90 2015-09-01 15:42:13 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support Use modulo semantic to generate non-integer-overflow assumptions 2015-09-15 22:52:53 +00:00
Transform [PM] Update Polly for the new AA infrastructure landed in r247167. 2015-09-09 22:13:56 +00:00
CMakeLists.txt Add Polly header files to IDE projects 2015-09-11 09:01:55 +00:00
Makefile Update autoconf too: Analysis/TempScopInfo.cpp has been removed 2015-09-11 15:05:29 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00