1 ; RUN: llc -verify-machineinstrs -mcpu=pwr8 < %s | FileCheck %s
2 ; RUN: llc -verify-machineinstrs < %s | FileCheck %s
4 ; The second run of the test case is to ensure the behaviour is the same
5 ; without specifying -mcpu=pwr8 as that is now the baseline for ppc64le.
7 target datalayout = "e-m:e-i64:64-n32:64"
8 target triple = "powerpc64le-unknown-linux-gnu"
10 ; Indirect calls requires a full stub creation
11 define void @test_indirect(ptr nocapture %fp) {
12 ; CHECK-LABEL: @test_indirect
14 ; CHECK-DAG: std 2, 24(1)
18 ; CHECK-NEXT: ld 2, 24(1)