[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / AArch64 / GlobalISel / irtranslator-block-order.ll
blob89e2fecbe0f5bde0222f15c9c1c2a504105acb8a
1 ; RUN: llc -O0 -o - %s | FileCheck %s
2 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
3 target triple = "aarch64-unknown-linux-gnu"
5 ; CHECK-LABEL: testfn
6 ; CHECK: ret
7 define void @testfn() {
8 start:
9   br label %bb2
11 bb1:
12   store i8 %0, i8* undef, align 4
13   ret void
15 bb2:
16   %0 = extractvalue { i32, i8 } undef, 1
17   br label %bb1