diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-04-05 06:23:45 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-04-05 06:23:45 +0000 |
commit | 535afd808dc645530d53bf5f8ccf9d6f08f330e6 (patch) | |
tree | b4162b62db5dbb0fa787370874d608c1eae6fd25 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | c7db569cc1235280dc58473b78064fa7b5f7f7b1 (diff) | |
download | bcm5719-llvm-535afd808dc645530d53bf5f8ccf9d6f08f330e6.tar.gz bcm5719-llvm-535afd808dc645530d53bf5f8ccf9d6f08f330e6.zip |
ScopInfo: Check for possibly nested GEP in fixed-size delin
We currently only consider the first GEP when delinearizing access functions,
which makes us loose information about additional index expression offsets,
which results in our SCoP model to be incorrect. With this patch we now
compare the base pointers used to ensure we do not miss any additional offsets.
This fixes llvm.org/PR27195.
We may consider supporting nested GEP in our delinearization heuristics in
the future.
llvm-svn: 265379
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions