aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-05-22 03:02:22 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-05-22 03:02:22 +0000
commite1a0462dcc222ae5d60ac9fed75d7ad8c2ffec41 (patch)
tree6d8844823c21ba308f529aedc5bd9c08bbf6f890 /lldb/source/Commands/CommandObjectProcess.cpp
parent29336212031bb6041400e7944f0bd58155876d30 (diff)
downloadllvm-e1a0462dcc222ae5d60ac9fed75d7ad8c2ffec41.zip
llvm-e1a0462dcc222ae5d60ac9fed75d7ad8c2ffec41.tar.gz
llvm-e1a0462dcc222ae5d60ac9fed75d7ad8c2ffec41.tar.bz2
[Unroll] Extract the logic for caching SCEV-modeled GEPs with their
simplified model for use simulating each iteration into a separate helper function that just returns the cache. Building this cache had nothing to do with the rest of the unroll analysis and so this removes an unnecessary coupling, etc. It should also make it easier to think about the concept of providing fast cached access to basic SCEV models as an orthogonal concept to the overall unroll simulation. I'd really like to see this kind of caching logic folded into SCEV itself, it seems weird for us to provide it at this layer rather than making repeated queries into SCEV fast all on their own. No functionality changed. llvm-svn: 237993
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions