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
/
CodeGen
/
asm-unicode.S
blob
f4edbe9c44ae5fd9f6ca800f674f90068347ad78
1
// RUN: %clang -S %s -o - | FileCheck %s
2
.macro my_macro, trace=1, uaccess=1
3
.if \uaccess
4
// CHECK: .if \uaccess
5
// CHECK-NOT: .if 곎ss
6
// CHECK: my_macro trace=1
7
my_macro trace=1
8
.endif
9
.endm
10
11
foo:
12
my_macro trace=0