blob: f285d3eb1d1350930b84debbed8b16a44fd561ee [file] [log] [blame] [edit]
# REQUIRES: asserts
# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx900 -run-pass=instruction-select -verify-machineinstrs -filetype=null %s 2>&1 | FileCheck %s
# CHECK: MachineFunctionProperties required by InstructionSelect pass are not met by function subreg_def_is_not_ssa.
# CHECK-NEXT: Required properties: IsSSA
# CHECK-NEXT: Current properties: NoPHIs
# CHECK-NEXT: MachineFunctionProperties check failed
---
name: subreg_def_is_not_ssa
body: |
bb.0:
%0.sub0:vreg_64 = V_MOV_B32_e32 0, implicit $exec
...