diff options
| author | zhongyunde 00443407 <zhongyunde@huawei.com> | 2023-11-10 07:29:03 -0500 |
|---|---|---|
| committer | zhongyunde <zhongyunde@huawei.com> | 2023-12-21 18:54:14 +0800 |
| commit | 32878c2065c8005b3ea30c79e16dfd7eed55d645 (patch) | |
| tree | 454efae0aac057224ac0d96ee89406719971996b /lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py | |
| parent | 4bad0cb359d3066fb29f589e408a5b812a628896 (diff) | |
[AArch64] merge index address with large offset into base address
A case for this transformation, https://gcc.godbolt.org/z/nhYcWq1WE
Fold
mov w8, #56952
movk w8, #15, lsl #16
ldrb w0, [x0, x8]
into
add x0, x0, 1036288
ldrb w0, [x0, 3704]
Only LDRBBroX is supported for the first time.
Fix https://github.com/llvm/llvm-project/issues/71917
Diffstat (limited to 'lldb/test/API/python_api/global_module_cache/TestGlobalModuleCache.py')
0 files changed, 0 insertions, 0 deletions
