llvm-capstone/polly/lib
Johannes Doerfert d5c369f460 Do not check all GEPs for assumptions
Before, we checked all GEPs in a statement in order to derive
  out-of-bound assumptions. However, this can not only introduce new
  parameters but it is also not clear what we can learn from GEPs that
  are not immediately used in a memory accesses inside the SCoP. As this
  case is very rare, no actual change in the behaviour is expected.

llvm-svn: 267442
2016-04-25 18:55:15 +00:00
..
Analysis Do not check all GEPs for assumptions 2016-04-25 18:55:15 +00:00
CodeGen Check only loop control of loops that are part of the region 2016-04-25 13:37:24 +00:00
Exchange Allow the client of DependenceInfo to obtain dependences at different granularities. 2016-03-03 08:15:33 +00:00
External Add files forgotten in r264452 2016-03-25 20:32:51 +00:00
JSON
Support Model zext-extend instructions 2016-04-25 14:01:36 +00:00
Transform Add __isl_give annotations to return types [NFC] 2016-04-09 21:55:23 +00:00
CMakeLists.txt Properly build shared libraries if LLVM_LINK_LLVM_DYLIB is enabled. 2016-02-03 16:29:04 +00:00
Polly.cpp