[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / AArch64 / asm-srcloc.ll
blob8c7b3dcede8503a0eaa5155ca79daa63479e7ee5
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
8 define void @foo() {
9   call void asm sideeffect "nowayisthisavalidinstruction", "r"(i32 0), !srcloc !0
10   ret void
13 ; CHECK-LABEL: name: bar
14 ; CHECK: INLINEASM {{.*}}, !1
15 define void @bar() {
16   call void asm sideeffect "nowayisthisavalidinstruction", ""(), !srcloc !1
17   ret void
20 !0 = !{i32 23}
21 !1 = !{i32 91}