[AArch64] Regenerate fp16 tests.
[llvm-project.git] / llvm / test / CodeGen / PowerPC / quadint-return.ll
blobab93e7ee7d1ed81f5ca68b57eef3eedf24c5e382
1 ; REQUIRES: asserts
2 ; RUN: llc -verify-machineinstrs -O0 -debug -o - < %s 2>&1 | FileCheck %s
4 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-v128:128:128-n32:64"
5 target triple = "powerpc64-unknown-linux-gnu"
7 define i128 @foo() nounwind {
8 entry:
9   %x = alloca i128, align 16
10   store i128 27, i128* %x, align 16
11   %0 = load i128, i128* %x, align 16
12   ret i128 %0
15 ; CHECK: ********** Function: foo
16 ; CHECK: ********** FAST REGISTER ALLOCATION **********
17 ; CHECK: $x3 = COPY %{{[0-9]+}}
18 ; CHECK-NEXT: $x4 = COPY %{{[0-9]+}}
19 ; CHECK-NEXT: BLR