Displaying 1 result from an estimated 1 matches for "sprivatestorage".
2013 Feb 07
1
[LLVMdev] alloca scalarization with dynamic indexing into vectors
...16:16-v24:32:32-v32:32:32-v48:64:64-v64:64:64-v96:128:128-v128:128:128-v192:256:256-v256:256:256-v512:512:512-v1024:1024:1024--a64:64:64-f80:128:128-n8:16:32:64"
define void @test_fn(<2 x i32>* %src, <2 x i32>* %results, i32
%alignmentOffsets) nounwind alwaysinline {
entry:
%sPrivateStorage = alloca [3 x <2 x i32>], align 8
%0 = load <2 x i32>* %src, align 8, !tbaa !9
%arrayidx1 = getelementptr inbounds [3 x <2 x i32>]* %sPrivateStorage,
i64 0, i64 0
store <2 x i32> %0, <2 x i32>* %arrayidx1, align 8, !tbaa !9
%arrayidx2 = getelementptr inboun...