diff options
author | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-04-25 18:55:15 +0000 |
---|---|---|
committer | Johannes Doerfert <doerfert@cs.uni-saarland.de> | 2016-04-25 18:55:15 +0000 |
commit | d5c369f4600db7f05287f80edca43cc83318a310 (patch) | |
tree | dd9872becef8e9440497dbc7dcf73e485dda7505 /lldb/packages/Python/lldbsuite/test/expression_command/timeout/wait-a-while.cpp | |
parent | c78ce7dc2154d559657d6799065fe60456118e80 (diff) | |
download | bcm5719-llvm-d5c369f4600db7f05287f80edca43cc83318a310.tar.gz bcm5719-llvm-d5c369f4600db7f05287f80edca43cc83318a310.zip |
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/timeout/wait-a-while.cpp')
0 files changed, 0 insertions, 0 deletions