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
/
AArch64
/
SME2
/
directive-arch.s
blob
cb787288000e8eac770867502e4276029f6b8e56
1
//
RUN
:
llvm-mc
-
triple aarch64
-
o
- %
s
2
>&
1
| FileCheck
%
s
2
3
4
.arch armv9-a+sme2
5
add
za.s
[
w8
,
7
], {
z20.s-z21.s
},
z10.s
6
//
CHECK
:
add
za.s
[
w8
,
7
,
vgx2
], {
z20.s
,
z21.s
},
z10.s
7
8
.arch armv9-a+nosme2
9