1 ; RUN: llc -O0 -stop-after=finalize-isel -o - %s | FileCheck %s
3 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
4 target triple = "aarch64"
6 ; CHECK-LABEL: name: foo
7 ; CHECK: INLINEASM {{.*}}, !0
9 call void asm sideeffect "nowayisthisavalidinstruction", "r"(i32 0), !srcloc !0
13 ; CHECK-LABEL: name: bar
14 ; CHECK: INLINEASM {{.*}}, !1
16 call void asm sideeffect "nowayisthisavalidinstruction", ""(), !srcloc !1