comparison test/CodeGen/MIR/X86/metadata-operands.mir @ 134:3a76565eade5 LLVM5.0.1

update 5.0.1
author mir3636
date Sat, 17 Feb 2018 09:57:20 +0900
parents 803732b1fca8
children c2174574ed3a
comparison
equal deleted inserted replaced
133:c60214abe0e8 134:3a76565eade5
47 maxAlignment: 4 47 maxAlignment: 4
48 stack: 48 stack:
49 - { id: 0, name: x.addr, size: 4, alignment: 4 } 49 - { id: 0, name: x.addr, size: 4, alignment: 4 }
50 body: | 50 body: |
51 bb.0.entry: 51 bb.0.entry:
52 liveins: %edi 52 liveins: $edi
53 ; CHECK: %0:gr32 = COPY %edi 53 ; CHECK: %0:gr32 = COPY $edi
54 ; CHECK-NEXT: DBG_VALUE _, 0, !11, !DIExpression() 54 ; CHECK-NEXT: DBG_VALUE $noreg, 0, !11, !DIExpression()
55 %0 = COPY %edi 55 %0 = COPY $edi
56 DBG_VALUE _, 0, !12, !DIExpression() 56 DBG_VALUE _, 0, !12, !DIExpression()
57 MOV32mr %stack.0.x.addr, 1, _, 0, _, %0 57 MOV32mr %stack.0.x.addr, 1, _, 0, _, %0
58 %eax = COPY %0 58 $eax = COPY %0
59 RETQ %eax 59 RETQ $eax
60 ... 60 ...