hanchenye-llvm-project/polly/lib/Analysis
Tobias Grosser 0904c69110 ScopInfo: Do not generate dependences for i1 values used in affine branches
Affine branches are fully modeled and regenerated from the polyhedral domain and
consequently do not require any input conditions to be propagated.

llvm-svn: 263678
2016-03-16 23:33:54 +00:00
..
DependenceInfo.cpp Allow the client of DependenceInfo to obtain dependences at different granularities. 2016-03-03 08:15:33 +00:00
ScopDetection.cpp Pass scope and LoopInfo to SCEVValidator. NFC. 2016-03-03 22:10:47 +00:00
ScopDetectionDiagnostic.cpp Make memory accesses with different element types optional 2016-02-07 08:48:57 +00:00
ScopGraphPrinter.cpp Fix formatting 2015-12-17 13:04:30 +00:00
ScopInfo.cpp ScopInfo: Do not generate dependences for i1 values used in affine branches 2016-03-16 23:33:54 +00:00
ScopPass.cpp