aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectThread.cpp
diff options
context:
space:
mode:
authorSimon Tatham <simon.tatham@arm.com>2019-11-28 15:31:41 +0000
committerSimon Tatham <simon.tatham@arm.com>2019-11-28 15:31:59 +0000
commitacd7fe8636ab1d892a935ca747ed9bb6420e2253 (patch)
tree82e77cee38d390027eb518fffbbbb559675c9fd1 /lldb/source/Commands/CommandObjectThread.cpp
parented864745c97ece86e29957cb94b5a3e8dee86859 (diff)
downloadllvm-acd7fe8636ab1d892a935ca747ed9bb6420e2253.zip
llvm-acd7fe8636ab1d892a935ca747ed9bb6420e2253.tar.gz
llvm-acd7fe8636ab1d892a935ca747ed9bb6420e2253.tar.bz2
[AArch64][v8.3a] Don't emit LDRA '[xN]!' alias in disassembly.
Summary: In rG643ac6c0420b, the syntax `ldraa x1, [x0]!` was added as an alias for `ldraa x1, [x0, #0]!`. That syntax is less obvious in meaning, and also will not be accepted by assemblers that haven't been updated yet. So it would be better not to emit it as the preferred disassembly for that instruction. This change lowers the EmitPriority of the new alias so that the more explicit syntax `[x0, #0]!` is preferred by the disassembler. The new syntax is still accepted by the assembler. Reviewers: ab, ostannard Reviewed By: ostannard Subscribers: kristof.beyls, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70813
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions