[gn] port afa8aeeeec (RISCVGenExegesis.inc)
[llvm-project.git] / llvm / test / tools / llvm-remarkutil / Inputs / two-remarks.yaml
blobae02fc1102d0b3ae15bf105114f3a9a4e9f04147
1 --- !Analysis
2 Pass:            prologepilog
3 Name:            StackSize
4 Function:        func0
5 Args:
6   - NumStackBytes:   '1'
7   - String:          ' stack bytes in function'
8 ...
9 --- !Analysis
10 Pass:            asm-printer
11 Name:            InstructionCount
12 Function:        func0
13 Args:
14   - NumInstructions: '1'
15   - String:          ' instructions in function'
16 ...