Guard fabs to bfc convert with V6T2 flag
[oota-llvm.git] / test / CodeGen / ARM / 2011-10-26-memset-with-neon.ll
1 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s
2
3 ; Trigger multiple NEON stores.
4 ; CHECK: vst1.64
5 ; CHECK: vst1.64
6 define void @f_0_40(i8* nocapture %c) nounwind optsize {
7 entry:
8   call void @llvm.memset.p0i8.i64(i8* %c, i8 0, i64 40, i32 16, i1 false)
9   ret void
10 }
11
12 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind