| ; RUN: llc < %s -mtriple=thumbv8m.base | FileCheck %s |
| ; RUN: llc < %s -mtriple=thumbebv8m.base | FileCheck %s |
| define i32 @test_tt(ptr readnone %p) #0 { |
| %0 = tail call i32 @llvm.arm.cmse.tt(ptr %p) |
| ; CHECK: tt r{{[0-9]+}}, r{{[0-9]+}} |
| declare i32 @llvm.arm.cmse.tt(ptr) #1 |
| define i32 @test_ttt(ptr readnone %p) #0 { |
| %0 = tail call i32 @llvm.arm.cmse.ttt(ptr %p) |
| ; CHECK: ttt r{{[0-9]+}}, r{{[0-9]+}} |
| declare i32 @llvm.arm.cmse.ttt(ptr) #1 |
| define i32 @test_tta(ptr readnone %p) #0 { |
| %0 = tail call i32 @llvm.arm.cmse.tta(ptr %p) |
| ; CHECK: tta r{{[0-9]+}}, r{{[0-9]+}} |
| declare i32 @llvm.arm.cmse.tta(ptr) #1 |
| define i32 @test_ttat(ptr readnone %p) #0 { |
| %0 = tail call i32 @llvm.arm.cmse.ttat(ptr %p) |
| ; CHECK-LABEL: test_ttat: |
| ; CHECK: ttat r{{[0-9]+}}, r{{[0-9]+}} |
| declare i32 @llvm.arm.cmse.ttat(ptr) #1 |
| attributes #0 = { nounwind readnone "target-features"="+8msecext"} |
| attributes #1 = { nounwind readnone } |