aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/MIR/Generic/machine-function-novregs-conflict.mir
blob: 5f394a4bbbdb6240ae3e4fdda068e0b925a65c92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s

# Test that computed properties are not conflicting with explicitly set
# properties

---
# CHECK: error: {{.*}}: TestNoVRegsOverrideConflict has explicit property NoVRegs, but contains virtual registers
name:            TestNoVRegsOverrideConflict
noVRegs: true
body: |
  bb.0:
    %0:_(s32) = G_IMPLICIT_DEF
...