blob: c8e08c22ab1925cd1e5a2fb3063eb3e5ed4ed854 [file] [log] [blame]
Saleem Abdulrasool72587352014-04-03 16:01:44 +00001; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s
Lang Hames9929c422011-11-02 22:52:45 +00002
Lang Hames9929c422011-11-02 22:52:45 +00003; Trigger multiple NEON stores.
Andrew Trickd24698c2013-09-25 00:26:16 +00004; CHECK: vst1.64
5; CHECK: vst1.64
Lang Hames9929c422011-11-02 22:52:45 +00006define void @f_0_40(i8* nocapture %c) nounwind optsize {
7entry:
Pete Cooper67cf9a72015-11-19 05:56:52 +00008 call void @llvm.memset.p0i8.i64(i8* %c, i8 0, i64 40, i32 16, i1 false)
Lang Hames9929c422011-11-02 22:52:45 +00009 ret void
10}
11
Pete Cooper67cf9a72015-11-19 05:56:52 +000012declare void @llvm.memset.p0i8.i64(i8* nocapture, i8, i64, i32, i1) nounwind