[flang][OpenMP] Use range-for to iterate over SymbolSourceMap, NFC
[llvm-project.git] / llvm / test / tools / llvm-reduce / mir / preserve-block-info.mir
blob49d1a9c9d3763e7453c2fde43b065d8d64fe9198
1 # REQUIRES: amdgpu-registered-target
2 # RUN: llvm-reduce -abort-on-invalid-reduction -simplify-mir --delta-passes=instructions -mtriple=amdgcn-amd-amdhsa --test FileCheck --test-arg --check-prefix=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t 2> %t.log
3 # RUN: FileCheck --match-full-lines --check-prefix=RESULT %s < %t
5 # CHECK-INTERESTINGNESS: V_MOV_B32
8 # RESULT: bb.0.entry:
9 # RESULT: %{{[0-9]+}}:vgpr_32 = V_MOV_B32_e32 0, implicit $exec
11 # RESULT: bb.1 (ir-block-address-taken %ir-block.exitblock, align 8):
12 # RESULT: bb.2 (landing-pad, align 16):
13 # RESULT: bb.3 (inlineasm-br-indirect-target):
14 # RESULT: bb.4 (ehfunclet-entry):
15 # RESULT: bb.5 (bbsections 1):
16 # RESULT: bb.6 (bbsections 2):
17 # RESULT: bb.7 (bbsections 3):
18 # RESULT: bb.8:
19 # RESULT-NEXT: successors: %bb.9(0x66666666), %bb.10(0x1999999a)
20 # RESULT: bb.9:
21 # RESULT: bb.10.exitblock:
22 # RESULT: bb.11 (machine-block-address-taken):
24 --- |
25   define void @func(i32 %size)  {
26   entry:
27     br label %exitblock
29   exitblock:
30     ret void
31   }
33 ...
35 ---
36 name: func
37 alignment:       32
38 exposesReturnsTwice: true
39 legalized:       true
40 regBankSelected: true
41 selected:        true
42 failedISel:      true
43 tracksRegLiveness: true
44 hasWinCFI:       true
45 failsVerification: true
46 tracksDebugUserValues: true
47 body:             |
48   bb.0.entry:
49     S_NOP 0
50     %0:vgpr_32 = V_MOV_B32_e32 0, implicit $exec
52   bb.1 (ir-block-address-taken %ir-block.exitblock, align 8):
54   bb.2 (landing-pad, align 16):
56   bb.3 (inlineasm-br-indirect-target):
58   bb.4 (ehfunclet-entry):
60   bb.5 (bbsections 1):
61   bb.6 (bbsections 2):
62   bb.7 (bbsections 3):
64   bb.8:
65     successors: %bb.9(4), %bb.10(1)
66     S_CBRANCH_SCC1 %bb.10, implicit undef $scc
67     S_BRANCH %bb.9
69   bb.9:
71   bb.10.exitblock:
72     S_ENDPGM 0, implicit %0
74   bb.11 (machine-block-address-taken):
75 ...