brintos

brintos / llvm-project-archived public Read only

0
0
Text · 732 B · 9adac4d Raw
25 lines · yaml
1--- !Passed2Pass:            loop-vectorize3Name:            Vectorized4DebugLoc:        { File: Inputs/sr2.c, 5                   Line: 30, Column: 3 }6Function:        sqlite3VdbeExec7Args:            8  - String:          'vectorized loop (vectorization width: '9  - VectorizationFactor: '16'10  - String:          ', interleaved count: '11  - InterleaveCount: '2'12  - String:          ')'13...14--- !Passed15Pass:            loop-unroll16Name:            PartialUnrolled17DebugLoc:        { File: Inputs/sr2.c, 18                   Line: 30, Column: 3 }19Function:        sqlite3VdbeExec20Args:            21  - String:          'unrolled loop by a factor of '22  - UnrollCount:     '2'23  - String:          ' with run-time trip count'24...25