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 {
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)
16 declare i8* @llvm.hexagon.circ.ldw(i8*, i8*, i32, i32) #1
17 attributes #0 = { nounwind optsize }
18 attributes #1 = { argmemonly nounwind }