brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · 07a53c7 Raw
13 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2 3; Make sure that the first formal argument is not loaded from memory.4; CHECK-NOT: memw5 6define i32 @fred(i32 %a0, ...) #0 {7b1:8  %v2 = add i32 %a0, 19  ret i32 %v210}11 12attributes #0 = { nounwind }13