brintos

brintos / llvm-project-archived public Read only

0
0
Text · 227 B · b16d9a0 Raw
11 lines · plain
1; RUN: llc < %s -mtriple=arm64-eabi | FileCheck %s2 3define void @foo() nounwind {4; CHECK-LABEL: foo5; CHECK: hlt #0x26  tail call void @llvm.aarch64.hlt(i32 2)7  ret void8}9 10declare void @llvm.aarch64.hlt(i32 immarg) nounwind11