diff options
author | Sam Parker <sam.parker@arm.com> | 2018-07-23 15:25:59 +0000 |
---|---|---|
committer | Sam Parker <sam.parker@arm.com> | 2018-07-23 15:25:59 +0000 |
commit | 89a3799a69f57fbcda0f14219c851e5d14b36df4 (patch) | |
tree | cf2da86692f9e82df0275fb8e128c0f574b9cb22 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | 59c94bec0d32ea62027f9d2adbc7cb8135bd2fbc (diff) | |
download | bcm5719-llvm-89a3799a69f57fbcda0f14219c851e5d14b36df4.tar.gz bcm5719-llvm-89a3799a69f57fbcda0f14219c851e5d14b36df4.zip |
[ARM][NFC] ParallelDSP reorganisation
In preparing to allow ARMParallelDSP pass to parallelise more than
smlads, I've restructed some elements:
- The ParallelMAC struct has been renamed to BinOpChain.
- The BinOpChain struct holds two value lists: LHS and RHS, as well
as inheriting from the OpChain base class.
- The OpChain struct holds all the values of the represented chain
and has had the memory locations functionality inserted into it.
- ParallelMACList becomes OpChainList and it now holds pointers
instead of objects.
Differential Revision: https://reviews.llvm.org/D49020
llvm-svn: 337701
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions