diff options
| author | Lawrence Hu <lawrence@codeaurora.org> | 2016-04-30 00:51:22 +0000 |
|---|---|---|
| committer | Lawrence Hu <lawrence@codeaurora.org> | 2016-04-30 00:51:22 +0000 |
| commit | 1befea2bdcb2514298441fd15adf89e65548faeb (patch) | |
| tree | 79eac202eba2db4e9da16b4648d4fbaef9aa3454 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | df29078dc84e22ff99dc11dfe2c926a4098d4d81 (diff) | |
Reroll loops with multiple IV and negative step part 3
support multiple induction variables
This patch enable loop reroll for the following case:
for(int i=0; i<N; i += 2) {
S += *a++;
S += *a++;
};
Differential Revision: http://reviews.llvm.org/D16550
llvm-svn: 268147
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
