Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / ARM / 2011-10-26-memset-with-neon.ll
blobb394f8194aac2eb07ca1a5f1ef1870678e937336
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(ptr nocapture %c) nounwind optsize {
7 entry:
8   call void @llvm.memset.p0.i64(ptr align 16 %c, i8 0, i64 40, i1 false)
9   ret void
12 declare void @llvm.memset.p0.i64(ptr nocapture, i8, i64, i1) nounwind