brintos

brintos / llvm-project-archived public Read only

0
0
Text · 644 B · 2569b82 Raw
19 lines · plain
1; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM2; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtriple=armv7-linux-gnueabi | FileCheck %s --check-prefix=ARM3; RUN: llc < %s -O0 -verify-machineinstrs -fast-isel-abort=1 -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB4 5define void @t1(ptr %x) {6entry:7; ARM: t18; THUMB: t19  br label %L010 11L0:12  br label %L113 14L1:15  indirectbr ptr %x, [ label %L0, label %L1 ]16; ARM: bx r017; THUMB: mov pc, r018}19