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]
/
clang
/
test
/
Preprocessor
/
print-assembler.s
blob
c4e2e031f2d5bdfa2f3ccb8c404c1690b0411742
1
//
RUN
: %
clang_cc1
-
E
-
x assembler-with-cpp
%
s
-
o
-
| FileCheck
%
s
--
strict-whitespace
2
3
.intel_syntax noprefix
4
.text
5
.global _main
6
_main
:
7
# asdf
8
# asdf
9
mov bogus_name
,
20
10
mov rax
,
5
11
ret
12
13
//
CHECK-LABEL
:
_main
:
14
//
CHECK-NEXT
: {{
^
}}
# asdf
15
//
CHECK-NEXT
: {{
^
}}
# asdf
16
//
CHECK-NEXT
:
mov bogus_name
,
20