15 lines · plain
1# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s2 3# Test that computed properties are not conflicting with explicitly set4# properties5 6---7# CHECK: error: {{.*}}: TestIsSSAOverrideConflict has explicit property IsSSA, but is not valid SSA8name: TestIsSSAOverrideConflict9isSSA: true10body: |11 bb.0:12 %0:_(s32) = G_IMPLICIT_DEF13 %0:_(s32) = G_IMPLICIT_DEF14...15