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]
/
bolt
/
test
/
X86
/
Inputs
/
avx512.s
blob
b3cbec382aa27048c0e2fcb12901f96dc115bad4
1
.globl use_avx512
2
use_avx512
:
3
pushq
%
rbp
4
movq
%
rsp
, %
rbp
5
vscalefpd
{
rz-sae
}, %
zmm2
, %
zmm17
, %
zmm19
6
secondary_entry
:
7
popq
%
rbp
8
retq
9
nopl
(%
rax
)
10
11
.globl main
12
main
:
13
pushq
%
rbp
14
movq
%
rsp
, %
rbp
15
subq $
16
, %
rsp
16
movl $
0
, -
4
(%
rbp
)
17
callq use_avx512
18
xorl
%
eax
, %
eax
19
addq $
16
, %
rsp
20
popq
%
rbp
21
retq