[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / Hexagon / circ-load-isel.ll
blob61d0beea14aef4e6d172d41eb18c7480dd404f70
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: = memw{{.*}}circ
4 target triple = "hexagon"
6 @l = external global i32, align 4
8 ; Function Attrs: nounwind optsize
9 define void @circ2() #0 {
10 entry:
11   store i32 0, ptr @l, align 4
12   %0 = tail call ptr @llvm.hexagon.circ.ldw(ptr undef, ptr undef, i32 150995968, i32 4)
13   ret void
16 declare ptr @llvm.hexagon.circ.ldw(ptr, ptr, i32, i32) #1
17 attributes #0 = { nounwind optsize }
18 attributes #1 = { argmemonly nounwind }