diff options
author | David Sherwood <david.sherwood@arm.com> | 2025-02-12 14:05:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-12 14:05:34 +0000 |
commit | 3e62321ed9bb4f94c901d9c4286b15e5619206e6 (patch) | |
tree | 6844c10695ee6441d98be88008b0ff16077c34cc /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
parent | acce3b808d69b6a75b0b7c7d5eea5a81e416dc6c (diff) | |
download | llvm-3e62321ed9bb4f94c901d9c4286b15e5619206e6.zip llvm-3e62321ed9bb4f94c901d9c4286b15e5619206e6.tar.gz llvm-3e62321ed9bb4f94c901d9c4286b15e5619206e6.tar.bz2 |
[LoopVectorize] Make collectInLoopReductions more efficient (#126769)
We call collectInLoopReductions in multiple places asking
the same question with exactly the same answer. For
example, this was being called from a loop in
calculateRegisterUsage and this patch hoists the call out
to above the loop. In addition I've changed
collectInLoopReductions so that it bails out if we've
already built up a list.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions