brintos

brintos / llvm-project-archived public Read only

0
0
Text · 409 B · b937f95 Raw
17 lines · plain
1; REQUIRES: arm-registered-target2; RUN: opt -module-summary -o %t %s3; RUN: llvm-bcanalyzer -dump %t | FileCheck %s4 5target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"6target triple = "thumbv7--linux-android"7 8module asm "asm:"9module asm "bx lr"10 11; NotEligibleToImport12; CHECK: <PERMODULE_PROFILE {{.*}} op1=1613define void @f() {14  call void asm sideeffect "bl asm\0A", ""()15  ret void16}17