summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@outlook.com>2024-10-08 16:44:16 -0400
committerGitHub <noreply@github.com>2024-10-08 16:44:16 -0400
commit9f3c55954eaa71910caa0abbb404db02d3a104c1 (patch)
treecd8fae16d6dbc4de29d0517b10e8cd703bf6e1bc /lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py
parenta65a5feb1a20581c85ee817dae8826f65fef62af (diff)
[SLP]Fix loads sorting for loads from diffrent basic blocks
Patch fixes lookup for loads from different basic blocks. Originally, the code checked is the main key (combined with parent basic block) was created, but did not include the key into LoadsMap. When the code looked for the load pointer in LoadsMap, it skipped check for parent basic block and could mix loads from different basic blocks (but the same underlying pointer). Currently, it does lead to any issues, since later the code compares parent basic blocks and sorts loads properly. But it increases compile time and affects compile time. Reviewers: RKSimon Reviewed By: RKSimon Pull Request: https://github.com/llvm/llvm-project/pull/111521
Diffstat (limited to 'lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py')
0 files changed, 0 insertions, 0 deletions