summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll')
-rw-r--r--llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll24
1 files changed, 24 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll b/llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
new file mode 100644
index 00000000000..c89c21e44a9
--- /dev/null
+++ b/llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
@@ -0,0 +1,24 @@
+; RUN: llc -filetype=asm -o - -mtriple=armv6-unknown-linux-gnu < %s | FileCheck %s
+
+define i32 @foo() nounwind noinline uwtable "function-instrument"="xray-always" {
+; CHECK-LABEL: Lxray_sled_0:
+; CHECK-NEXT: b #20
+; CHECK-NEXT: mov r0, r0
+; CHECK-NEXT: mov r0, r0
+; CHECK-NEXT: mov r0, r0
+; CHECK-NEXT: mov r0, r0
+; CHECK-NEXT: mov r0, r0
+; CHECK-NEXT: mov r0, r0
+; CHECK-LABEL: Ltmp0:
+ ret i32 0
+; CHECK-LABEL: Lxray_sled_1:
+; CHECK-NEXT: b #20
+; CHECK-NEXT: mov r0, r0
+; CHECK-NEXT: mov r0, r0
+; CHECK-NEXT: mov r0, r0
+; CHECK-NEXT: mov r0, r0
+; CHECK-NEXT: mov r0, r0
+; CHECK-NEXT: mov r0, r0
+; CHECK-LABEL: Ltmp1:
+; CHECK-NEXT: bx lr
+}
OpenPOWER on IntegriCloud