summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
authorJun Bum Lim <junbuml@codeaurora.org>2015-12-18 18:08:30 +0000
committerJun Bum Lim <junbuml@codeaurora.org>2015-12-18 18:08:30 +0000
commit3509d64c24163b17add750a2c59d9feb4d3a17bd (patch)
tree63868b3e8e2564eb8f2936a0afc4a0656d4e0ad2 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
parent0e7c82cb69972c75978ec6c5077cc91879836122 (diff)
downloadbcm5719-llvm-3509d64c24163b17add750a2c59d9feb4d3a17bd.tar.gz
bcm5719-llvm-3509d64c24163b17add750a2c59d9feb4d3a17bd.zip
[AArch64] Promote loads from stores
This change promotes load instructions which directly read from stores by replacing them with mov instructions. If the store is wider than the load, the load will be replaced with a bitfield extract. For example : STRWui %W1, %X0, 1 %W0 = LDRHHui %X0, 3 becomes STRWui %W1, %X0, 1 %W0 = UBFMWri %W1, 16, 31 llvm-svn: 256004
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud