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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-ml
/
include_by_env_var.asm
blob
6f4b269d58075337634479a499aeada972811336
1
; RUN: env INCLUDE=%S llvm-ml -filetype=s %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