[libc][NFC] Remove extra ; in exhaustive_test.h. (#124216)
[llvm-project.git] / llvm / test / CodeGen / MIR / AMDGPU / subreg-def-is-not-ssa.mir
blob9020deb8547083c018e7bc15c55a84bdc161b5bb
1 # REQUIRES: asserts
2 # RUN: not --crash llc -mtriple=amdgcn -mcpu=gfx900 -run-pass=instruction-select -verify-machineinstrs -o /dev/null %s 2>&1 | FileCheck %s
4 # CHECK: MachineFunctionProperties required by InstructionSelect pass are not met by function subreg_def_is_not_ssa.
5 # CHECK-NEXT: Required properties: IsSSA
6 # CHECK-NEXT: Current properties: NoPHIs
7 # CHECK-NEXT: MachineFunctionProperties check failed
9 ---
10 name: subreg_def_is_not_ssa
11 body: |
12   bb.0:
13     %0.sub0:vreg_64 = V_MOV_B32_e32 0, implicit $exec
15 ...