diff options
author | Nick Desaulniers <nickdesaulniers@users.noreply.github.com> | 2023-09-27 08:30:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 08:30:36 -0700 |
commit | 97187e127881a68c37ee5a058d59524f0bd4c08a (patch) | |
tree | 656554239192e3262dd027b0ddc4cb065b1bc7d9 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | |
parent | 4bdec5830bc398cecf6e775cc54d9dd511e6e237 (diff) | |
download | llvm-97187e127881a68c37ee5a058d59524f0bd4c08a.zip llvm-97187e127881a68c37ee5a058d59524f0bd4c08a.tar.gz llvm-97187e127881a68c37ee5a058d59524f0bd4c08a.tar.bz2 |
[AArch64] update "rm" inline asm test (#67472)
Because `x0` is not listed in the clobber list, regalloc could (one day
when #20571 is fixed) allocate `$0` to `x0`:
ldr x0, x0
This will produce an error when validating the instruction. The intent
of this test FWICT is to check that the parameter in w0 is stored to a
stack slot using w0, since this target triple is the exotic arm64_32
(ILP32). Update the test to simply use "m" constraint. The clobber list
is underconstrained otherwise.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp')
0 files changed, 0 insertions, 0 deletions