17 lines · plain
1; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=powerpc64-unknown-linux-gnu -mcpu=pwr7 | FileCheck %s --check-prefix=PPC642; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -mtriple=powerpc64-ibm-aix-xcoff -mcpu=pwr7 | FileCheck %s --check-prefix=PPC643 4define void @t1(ptr %x) nounwind {5entry:6; PPC64: t17 br label %L08 9L0:10 br label %L111 12L1:13 indirectbr ptr %x, [ label %L0, label %L1 ]14; PPC64: mtctr 315; PPC64: bctr16}17