brintos

brintos / llvm-project-archived public Read only

0
0
Text · 375 B · 264d519 Raw
14 lines · plain
1; RUN: llc %s -o - -mtriple=arm64-apple-ios7.0 | FileCheck %s2;3; Handle implicit sret arguments that are generated on-the-fly during lowering.4; <rdar://19792160> Null pointer assertion in AArch64TargetLowering5 6; CHECK-LABEL: big_retval7; ... str or stp for the first 1024 bits8; CHECK: strb wzr, [x8, #128]9; CHECK: ret10define i1032 @big_retval() {11entry:12  ret i1032 013}14