hanchenye-llvm-project/polly/lib/Analysis
Johannes Doerfert 85676e3674 Add an invalid domain to memory accesses
Memory accesses can have non-precisely modeled access functions that
  would cause us to build incorrect execution context for hoisted loads.
  This is the same issue that occurred during the domain construction for
  statements and it is dealt with the same way.

llvm-svn: 267289
2016-04-23 14:32:34 +00:00
..
DependenceInfo.cpp Add __isl_give annotations to return types [NFC] 2016-04-09 21:55:23 +00:00
ScopDetection.cpp Allow pointer expressions in SCEVs again. 2016-04-10 09:50:10 +00:00
ScopDetectionDiagnostic.cpp
ScopGraphPrinter.cpp
ScopInfo.cpp Add an invalid domain to memory accesses 2016-04-23 14:32:34 +00:00
ScopPass.cpp