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]
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
testrunner-custom-parsers
/
test.txt
blob
31e835d9bd4dff724ddbe22b298a68c73a7bf711
1
2
// MY_TAG.
3
// foo bar baz
4
// MY_RUN: baz
5
// MY_LIST: one, two
6
// MY_LIST: three, four
7
// MY_RUN: foo \
8
// MY_RUN: bar
9
//
10
// MY_CUSTOM: a b c
11
//
12
// MY_BOOL: a && (\
13
// MY_BOOL: b)
14
// MY_BOOL: d
15
//
16
// MY_INT: 4
17
// MY_INT: 6
18
//
19
// MY_BOOL_UNTERMINATED: a \
20
//
21
// MY_DEFINE: %{name} = value one
22
//
23
// MY_REDEFINE: %{name} = value \
24
// MY_REDEFINE: two
25
//
26
// END.
27
// MY_LIST: five