[llvm-readelf/llvm-objdump] - Improve/refactor the implementation of SHT_LLVM_ADDRSIG...
[llvm-complete.git] / test / CodeGen / Hexagon / circ-load-isel.ll
blob576fbdf53cfc3ce32786d5b06de090e351c45bf0
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, i32* @l, align 4
12   %0 = tail call i8* @llvm.hexagon.circ.ldw(i8* undef, i8* undef, i32 150995968, i32 4)
13   unreachable
16 declare i8* @llvm.hexagon.circ.ldw(i8*, i8*, i32, i32) #1
17 attributes #0 = { nounwind optsize }
18 attributes #1 = { argmemonly nounwind }