13 lines · plain
1; RUN: llc -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s2; CHECK-LABEL: foo:3; CHECK: TEST .Ltmp04define void @foo() {5entry:6 br label %bar7bar:8 call void asm sideeffect "#TEST $0", "i,~{dirflag},~{fpsr},~{flags}"(ptr blockaddress(@foo, %bar))9 ret void10indirectgoto:11 indirectbr ptr undef, [label %bar]12}13