summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/MIR/X86/expected-size-integer-after-memory-operation.mir
blob: 537f25e8b067ff7086a982068f29395b3f15a43d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s

--- |

  define i32 @test(i32* %a) {
  entry:
    %b = load i32, i32* %a
    ret i32 %b
  }

...
---
name:            test
tracksRegLiveness: true
liveins:
  - { reg: '$rdi' }
body: |
  bb.0.entry:
    liveins: $rdi
  ; CHECK: [[@LINE+1]]:53: expected an atomic scope, ordering or a size specification
    $eax = MOV32rm killed $rdi, 1, _, 0, _ :: (load from %ir.a)
    RETQ $eax
...

OpenPOWER on IntegriCloud