brintos

brintos / llvm-project-archived public Read only

0
0
Text · 522 B · f285d3e Raw
16 lines · plain
1# REQUIRES: asserts2# RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx900 -run-pass=instruction-select -verify-machineinstrs -filetype=null %s 2>&1 | FileCheck %s3 4# CHECK: MachineFunctionProperties required by InstructionSelect pass are not met by function subreg_def_is_not_ssa.5# CHECK-NEXT: Required properties: IsSSA6# CHECK-NEXT: Current properties: NoPHIs7# CHECK-NEXT: MachineFunctionProperties check failed8 9---10name: subreg_def_is_not_ssa11body: |12  bb.0:13    %0.sub0:vreg_64 = V_MOV_B32_e32 0, implicit $exec14 15...16