[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git] / test / tools / llvm-opt-report / Inputs / sr2.yaml
blob9adac4daeadde290b5be75c1dab1f1d6ade06cf3
1 --- !Passed
2 Pass:            loop-vectorize
3 Name:            Vectorized
4 DebugLoc:        { File: Inputs/sr2.c, 
5                    Line: 30, Column: 3 }
6 Function:        sqlite3VdbeExec
7 Args:            
8   - String:          'vectorized loop (vectorization width: '
9   - VectorizationFactor: '16'
10   - String:          ', interleaved count: '
11   - InterleaveCount: '2'
12   - String:          ')'
13 ...
14 --- !Passed
15 Pass:            loop-unroll
16 Name:            PartialUnrolled
17 DebugLoc:        { File: Inputs/sr2.c, 
18                    Line: 30, Column: 3 }
19 Function:        sqlite3VdbeExec
20 Args:            
21   - String:          'unrolled loop by a factor of '
22   - UnrollCount:     '2'
23   - String:          ' with run-time trip count'
24 ...