aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorBaptiste Saleil <baptiste.saleil@ibm.com>2020-11-18 14:58:28 -0600
committerBaptiste Saleil <baptiste.saleil@ibm.com>2020-11-18 15:01:07 -0600
commit18db29ea6fb6231221da412dbf07c186401bc496 (patch)
treeea8b1f9ca61cb41b7d37c1f01513c9f859c7aec2 /lldb/source/Commands/CommandObjectThread.cpp
parent7bf89c2174f0b2a91a4f680b3246d432c135381b (diff)
downloadllvm-18db29ea6fb6231221da412dbf07c186401bc496.zip
llvm-18db29ea6fb6231221da412dbf07c186401bc496.tar.gz
llvm-18db29ea6fb6231221da412dbf07c186401bc496.tar.bz2
[PowerPC] Add peephole to remove redundant accumulator prime/unprime instructions
In some situations, the compiler may insert an accumulator prime instruction and an accumulator unprime instruction with no use of that accumulator between the two. That's for example the case when we store an accumulator after assembling it or restoring it. This patch adds a peephole to remove these prime and unprime instructions. Differential Revision: https://reviews.llvm.org/D91386
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions