[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git] / llvm / test / Bitcode / vscale-shuffle.ll
blob3f36209c7aaf50e3b0327545b8c4723355fb4226
1 ; RUN: llvm-as < %s | llvm-dis -disable-output
2 ; RUN: verify-uselistorder < %s
4 define void @f() {
5   %l = call <vscale x 16 x i8> @l(<vscale x 16 x i1> shufflevector (<vscale x 16 x i1> insertelement (<vscale x 16 x i1> undef, i1 true, i32 0), <vscale x 16 x i1> undef, <vscale x 16 x i32> zeroinitializer))
6   %i = add <vscale x 2 x i64> undef, shufflevector (<vscale x 2 x i64> insertelement (<vscale x 2 x i64> undef, i64 1, i32 0), <vscale x 2 x i64> undef, <vscale x 2 x i32> zeroinitializer)
7   unreachable
10 declare <vscale x 16 x i8> @l(<vscale x 16 x i1>)