[flang][cuda] Add c_devloc as intrinsic and inline it during lowering (#120648)
[llvm-project.git] / llvm / test / tools / llvm-remarkutil / Inputs / instruction-count.yaml
blobb6efe16a639f6f0148532ef2595c07d04996f806
1 --- !Analysis
2 Pass:            asm-printer
3 Name:            InstructionCount
4 Function:        func1
5 Args:
6   - NumInstructions: '1'
7   - String:          ' instructions in function'
8 ...
9 --- !Analysis
10 Pass:            asm-printer
11 Name:            InstructionCount
12 Function:        func2
13 Args:
14   - NumInstructions: '2'
15   - String:          ' instructions in function'
16 ...
17 --- !Analysis
18 Pass:            asm-printer
19 Name:            InstructionCount
20 Function:        func3
21 Args:
22   - NumInstructions: '3'
23   - String:          ' instructions in function'
24 ...