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