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
[RISCV][VLOPT] Add vector narrowing integer right shift instructions to isSupportedIn...
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ml
/
reserved_words_conflict.asm
blob
69e55d0b9c23f62bd6e7a94e1aa127d28d8f8ced
1
; RUN: llvm-ml -filetype=s %s /Fo - | FileCheck %s
2
3
.code
4
5
t1:
6
call
dword ptr
[
eax
]
7
8
; CHECK-LABEL: t1:
9
; CHECK-NEXT: call
10
11
t2
dword
5
12
13
; CHECK-LABEL: t2:
14
; CHECK-NEXT: .long 5
15
16
END