aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/MIR/Generic/machine-function-isssa-conflict.mir
blob: 362d54db7033feb05454795d7540d033d0a380e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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: {{.*}}: TestIsSSAOverrideConflict has explicit property IsSSA, but is not valid SSA
name:            TestIsSSAOverrideConflict
isSSA: true
body: |
  bb.0:
    %0:_(s32) = G_IMPLICIT_DEF
    %0:_(s32) = G_IMPLICIT_DEF
...