brintos

brintos / llvm-project-archived public Read only

0
0
Text · 337 B · d27818c Raw
17 lines · plain
1; RUN: llc -mtriple=hexagon -disable-hsdr < %s | FileCheck %s2; CHECK-DAG: r0 = memw3; CHECK-DAG: r1 = memw4 5%struct.small = type { i32, i32 }6 7@s1 = common global %struct.small zeroinitializer, align 48 9define void @foo() nounwind {10entry:11  %0 = load i64, ptr @s1, align 412  call void @bar(i64 %0)13  ret void14}15 16declare void @bar(i64)17