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