Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / 2010-06-28-DAGCombineUndef.ll
1 ; RUN: llc < %s -march=arm -mattr=+neon
2
3 define void @main() nounwind {
4 entry:
5   store <2 x i64> undef, <2 x i64>* undef, align 16
6   %0 = load <16 x i8>* undef, align 16            ; <<16 x i8>> [#uses=1]
7   %1 = or <16 x i8> zeroinitializer, %0           ; <<16 x i8>> [#uses=1]
8   store <16 x i8> %1, <16 x i8>* undef, align 16
9   ret void
10 }