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
/
SVE
/
directive-arch.s
blob
81473fbec8221157c6d147279f060ad04cc2805a
1
//
RUN
:
llvm-mc
-
triple
=
aarch64
< %
s | FileCheck
%
s
2
3
.arch armv8-a+sve
4
5
ptrue p0.
b
,
pow2
6
//
CHECK
:
ptrue p0.
b
,
pow2
7
8
//
Test that the implied
+
sve feature is also set from
+
sve2.
9
.arch armv8-a+sve2
10
11
ptrue p0.
b
,
pow2
12
//
CHECK
:
ptrue p0.
b
,
pow2