summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/GlobalISel/inline-asm.ll
blob: 8ff7c4495dccb461aa287455f9e49bc6d70f56f3 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llc -mtriple=aarch64 -global-isel -global-isel-abort=2 %s -o - | FileCheck %s

; CHECK-LABEL: test_asm:
; CHECK: {{APP|InlineAsm Start}}
; CHECK: mov x0, {{x[0-9]+}}
; CHECK: {{NO_APP|InlineAsm End}}
define void @test_asm() {
  call void asm sideeffect "mov x0, $0", "r"(i64 42)
  ret void
}
OpenPOWER on IntegriCloud