1 ; RUN: llc < %s -march=cellspu -o %t1.s
2 ; RUN: grep lqx %t1.s | count 3
3 ; RUN: grep il %t1.s | grep -v file | count 5
4 ; RUN: grep stqx %t1.s | count 1
6 define i32 @bigstack() nounwind {
9 %big_data = alloca [2048 x i32]
10 store i32 3840, i32* %avar, align 4
14 %retval = load i32* %avar