brintos

brintos / llvm-project-archived public Read only

0
0
Text · 865 B · 3669683 Raw
35 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2;3; CHECK-NOT: 42949672954 5target triple = "hexagon"6 7%s.0 = type {}8%s.1 = type { %s.2, %s.6 }9%s.2 = type { %s.3 }10%s.3 = type { %s.4 }11%s.4 = type { %s.5 }12%s.5 = type { i32 }13%s.6 = type { ptr, ptr }14 15@g0 = internal global %s.0 zeroinitializer, align 116@g1 = private unnamed_addr constant [23 x i8] c"......................\00", align 117 18; Function Attrs: nounwind19define void @f0(ptr %a0) #0 {20b0:21  %v0 = alloca i32, align 422  %v1 = getelementptr inbounds i8, ptr %a0, i32 102823  store volatile i32 0, ptr %v0, align 424  %v3 = load volatile i32, ptr %v0, align 425  store volatile i32 %v3, ptr %v1, align 426  %v4 = getelementptr inbounds i8, ptr %a0, i32 103227  call void @f1(ptr %v4, ptr @g1, ptr @g0) #028  ret void29}30 31; Function Attrs: nounwind32declare void @f1(ptr, ptr, ptr) #033 34attributes #0 = { nounwind }35