[flang][cuda] Add c_devloc as intrinsic and inline it during lowering (#120648)
[llvm-project.git] / llvm / test / tools / llvm-remarkutil / Inputs / instruction-count-with-dbg-loc.yaml
blob3bde9f42405c97c3769751806f55b3d26c67a3d1
1 --- !Analysis
2 Pass:            asm-printer
3 Name:            InstructionCount
4 DebugLoc:        { File: path/to/inst.c, Line: 1, Column: 2 }
5 Function:        func1
6 Args:
7   - NumInstructions: '1'
8   - String:          ' instructions in function'
9 ...
10 --- !Analysis
11 Pass:            asm-printer
12 Name:            InstructionCount
13 DebugLoc:        { File: path/to/inst2.c, Line: 1, Column: 2 }
14 Function:        func2
15 Args:
16   - NumInstructions: '2'
17   - String:          ' instructions in function'
18 ...
19 --- !Analysis
20 Pass:            asm-printer
21 Name:            InstructionCount
22 DebugLoc:        { File: path/to/inst3.c, Line: 1, Column: 2 }
23 Function:        func3
24 Args:
25   - NumInstructions: '3'
26   - String:          ' instructions in function'
27 ...