You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
564 B
11 lines
564 B
; RUN: llvm-as < %s | llvm-dis -disable-output
|
|
; RUN: verify-uselistorder < %s
|
|
|
|
define void @f() {
|
|
%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))
|
|
%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)
|
|
unreachable
|
|
}
|
|
|
|
declare <vscale x 16 x i8> @l(<vscale x 16 x i1>)
|