diff options
author | Jun Bum Lim <junbuml@codeaurora.org> | 2015-12-18 18:08:30 +0000 |
---|---|---|
committer | Jun Bum Lim <junbuml@codeaurora.org> | 2015-12-18 18:08:30 +0000 |
commit | 3509d64c24163b17add750a2c59d9feb4d3a17bd (patch) | |
tree | 63868b3e8e2564eb8f2936a0afc4a0656d4e0ad2 /lldb/packages/Python/lldbsuite/test/python_api/signals/main.cpp | |
parent | 0e7c82cb69972c75978ec6c5077cc91879836122 (diff) | |
download | bcm5719-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/signals/main.cpp')
0 files changed, 0 insertions, 0 deletions