diff options
author | Michael Kuperstein <mkuper@google.com> | 2016-06-09 18:03:15 +0000 |
---|---|---|
committer | Michael Kuperstein <mkuper@google.com> | 2016-06-09 18:03:15 +0000 |
commit | c5edcdeb0e4eb20ada6b25a4d6ebd0d9e484ada6 (patch) | |
tree | e36abdebde9385fbd651d9acd8faed9d65dc8358 /lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp | |
parent | ca8c994818f1e18c1290c9d64893a76a376f0941 (diff) | |
download | llvm-c5edcdeb0e4eb20ada6b25a4d6ebd0d9e484ada6.zip llvm-c5edcdeb0e4eb20ada6b25a4d6ebd0d9e484ada6.tar.gz llvm-c5edcdeb0e4eb20ada6b25a4d6ebd0d9e484ada6.tar.bz2 |
[LV] Use vector phis for some secondary induction variables
Previously, we materialized secondary vector IVs from the primary scalar IV,
by offseting the primary to match the correct start value, and then broadcasting
it - inside the loop body. Instead, we can use a real vector IV, like we do for
the primary.
This enables using vector IVs for secondary integer IVs whose type matches the
type of the primary.
Differential Revision: http://reviews.llvm.org/D20932
llvm-svn: 272283
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonExceptionStateTests.cpp')
0 files changed, 0 insertions, 0 deletions