Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-remarkutil / size-diff / Inputs / 1-func-2-instr-2-stack.yaml
blobf44ad697d2e3ce14ee9abf8d4ec52037500c059d
1 --- !Analysis
2 Pass:            prologepilog
3 Name:            StackSize
4 Function:        func0
5 Args:
6   - NumStackBytes:   '2'
7   - String:          ' stack bytes in function'
8 ...
9 --- !Analysis
10 Pass:            asm-printer
11 Name:            InstructionCount
12 Function:        func0
13 Args:
14   - NumInstructions: '2'
15   - String:          ' instructions in function'
16 ...