[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git] / test / CodeGen / ARM / 2011-10-26-memset-with-neon.ll
blob7024a653b6c9f96b4d02ea746b2e076cee641058
1 ; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s
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* align 16 %c, i8 0, i64 40, i1 false)
9   ret void
12 declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i1) nounwind