summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py
diff options
context:
space:
mode:
authorSjoerd Meijer <smeijer@nvidia.com>2025-09-03 19:30:54 +0100
committerGitHub <noreply@github.com>2025-09-03 19:30:54 +0100
commit899ee375e99c04ef2c4a67dc70b266c929ad43f4 (patch)
tree2a8415854e5c32d6bd9d22e72a5b6d12ad3ce4eb /lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py
parent7753f61f6161700c0c6f12b6ef785b96f3f7675c (diff)
[llvm-exegesis] Exclude loads/stores from aliasing instruction set (#156300)
In the serial snippet generator and function that computes the aliasing instructions, we don't want to include load/store instructions to create a chain as that could make the results more unreliable. There is a hasMemoryOperands() check, but currently that looks like a X86 way for checking for loads/stores. For AArch64 and other architectures, we should check mayLoad() and mayStore().
Diffstat (limited to 'lldb/test/API/python_api/sbstructureddata/TestStructuredDataAPI.py')
0 files changed, 0 insertions, 0 deletions