repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
Disassembler
/
AArch64
/
ldp-offset-predictable.txt
blob
3c443a999a2867c0529fe02527e0279f354425ed
1
# RUN: llvm-mc -triple=aarch64 -disassemble < %s 2>&1 | FileCheck %s
2
# RUN: llvm-mc -triple=arm64 -disassemble < %s 2>&1 | FileCheck %s
3
4
# Stores are OK.
5
0xe0 0x83 0x00 0xa9
6
# CHECK-NOT: potentially undefined instruction encoding
7
# CHECK: stp x0, x0, [sp, #8]
8