diff options
author | Sebastian Pop <spop@codeaurora.org> | 2014-02-21 18:15:07 +0000 |
---|---|---|
committer | Sebastian Pop <spop@codeaurora.org> | 2014-02-21 18:15:07 +0000 |
commit | 5133d2e9d4611d6d2d476aee14031f05e17557d1 (patch) | |
tree | 23ab2c83f6a70bc463d171ce16224106193c82a1 /lldb/source/Interpreter/ScriptInterpreterPython.cpp | |
parent | f561a01a12ee9a1e6d63c0b85d07945115873e28 (diff) | |
download | bcm5719-llvm-5133d2e9d4611d6d2d476aee14031f05e17557d1.tar.gz bcm5719-llvm-5133d2e9d4611d6d2d476aee14031f05e17557d1.zip |
fail delinearization when the size of subscripts differs
Because the delinearization is not a global analysis pass, it will compute the
delinearization independently of knowledge about the way the delinearization
happened for other data accesses to the same array: the dependence analysis will
only trigger the delinearization on a tuple of access functions, and thus
delinearization may compute different subscripts sizes for a same array. When
that happens the safest is to discard the delinearized information.
llvm-svn: 201866
Diffstat (limited to 'lldb/source/Interpreter/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions