brintos

brintos / llvm-project-archived public Read only

0
0
Text · 399 B · cdff6f9 Raw
20 lines · plain
1; RUN: llc -O0 -mtriple=hexagon < %s | FileCheck %s2; CHECK: and(r29,#-32)3; CHECK-DAG: add(r29,#0)4; CHECK-DAG: add(r29,#28)5 6target triple = "hexagon-unknown-unknown"7 8; Function Attrs: nounwind uwtable9define void @foo() #0 {10entry:11  %x = alloca i32, align 412  %y = alloca i32, align 3213  call void @bar(ptr %x, ptr %y)14  ret void15}16 17declare void @bar(ptr, ptr) #018 19attributes #0 = { nounwind }20