[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git] / test / tools / llvm-opt-report / Inputs / unrl.yaml
blob46fea68cb8156832605193e6ad21fef61f7de46b
1 --- !Missed
2 Pass:            inline
3 Name:            NoDefinition
4 DebugLoc:        { File: Inputs/unrl.c, Line: 5, Column: 5 }
5 Function:        foo
6 Args:            
7   - Callee:          bar
8   - String:          ' will not be inlined into '
9   - Caller:          foo
10   - String:          ' because its definition is unavailable'
11 ...
12 --- !Missed
13 Pass:            inline
14 Name:            NoDefinition
15 DebugLoc:        { File: Inputs/unrl.c, Line: 8, Column: 5 }
16 Function:        foo
17 Args:            
18   - Callee:          bar
19   - String:          ' will not be inlined into '
20   - Caller:          foo
21   - String:          ' because its definition is unavailable'
22 ...
23 --- !Passed
24 Pass:            loop-unroll
25 Name:            FullyUnrolled
26 DebugLoc:        { File: Inputs/unrl.c, Line: 7, Column: 3 }
27 Function:        foo
28 Args:            
29   - String:          'completely unrolled loop with '
30   - UnrollCount:     '11'
31   - String:          ' iterations'
32 ...
33 --- !Passed
34 Pass:            loop-unroll
35 Name:            FullyUnrolled
36 DebugLoc:        { File: Inputs/unrl.c, Line: 4, Column: 3 }
37 Function:        foo
38 Args:            
39   - String:          'completely unrolled loop with '
40   - UnrollCount:     '5'
41   - String:          ' iterations'
42 ...