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
AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ml
/
include.asm
blob
29028da8582502aaade7e2e46c54fa7e6917039c
1
; RUN: llvm-ml -filetype=s %s /I %S /Fo - | FileCheck %s
2
3
include
included.
inc
4
5
.code
6
7
t1:
8
mov
eax
,
Const
9
10
; CHECK-LABEL: t1:
11
; CHECK-NEXT: mov eax, 8
12
13
t2:
14
push_pop
ebx
15
16
; CHECK-LABEL: t2:
17
; CHECK-NEXT: push ebx
18
; CHECK-NEXT: pop ebx
19
20
end