[RISCV] Match vcompress during shuffle lowering (#117748)
[llvm-project.git] / llvm / test / CodeGen / AArch64 / GlobalISel / irtranslator-block-order.ll
blobf9826b6ad5f239d338f9f7886ef1c840a7f9d5ab
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, ptr undef, align 4
13   ret void
15 bb2:
16   %0 = extractvalue { i32, i8 } undef, 1
17   br label %bb1