Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / Transforms / GVNPRE / shufflevector.ll
blob0862e706fce286390a3471e565b73bf7172a1dfd
1 ; RUN: opt < %s -gvnpre -S | grep b.gvnpre
3 define i32 @extract() {
4 entry:          ; preds = %cond_false, %entry
5   %foo = add <2 x i32> < i32 1, i32 1 >, < i32 1, i32 1 >
6         br i1 true, label %cond_true, label %cond_false
8 cond_true:
9   br label %end
11 cond_false:
12   %a = shufflevector <2 x i32> %foo, <2 x i32> undef,  <2 x i32> < i32 0, i32 1 >
13   br label %end
15 end:
16   %b = shufflevector <2 x i32> %foo, <2 x i32> undef,  <2 x i32> < i32 0, i32 1 >
17   ret i32 0