xref: /llvm-project/llvm/test/tools/llvm-reduce/Inputs/test-output-format.mir (revision 3c436ab0d457a83e8efaf74745a7672a09d6f3a3)
1---
2name: func
3tracksRegLiveness: true
4body:             |
5  bb.0:
6
7    %ptr:_(p0) = G_IMPLICIT_DEF
8    %const0:_(s32) = G_CONSTANT i32 0
9    G_STORE %const0, %ptr :: (store 4, addrspace 1)
10    %const1:_(s32) = G_CONSTANT i32 1
11    G_STORE %const1, %ptr :: (store 4, addrspace 1)
12...
13