1 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s
3 ; Trigger multiple NEON stores.
6 define void @f_0_40(i8* nocapture %c) nounwind optsize {
8 call void @llvm.memset.p0i8.i64(i8* align 16 %c, i8 0, i64 40, i1 false)
12 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i1) nounwind