Skip to content

Commit a5fa599

Browse files
committed
Remove pointless test
1 parent c83823a commit a5fa599

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/test/CodeGen/AArch64/fixed-vector-interleave.ll

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,3 @@ define <4 x i16> @interleave2_diff_nonconst_splat_v4i16(i16 %a, i16 %b) {
210210
%retval = call <4 x i16> @llvm.vector.interleave2.v4i16(<2 x i16> %splat1, <2 x i16> %splat2)
211211
ret <4 x i16> %retval
212212
}
213-
214-
; FIXME: This test crashes during lowering
215-
;define <8 x i16> @interleave4_const_splat_v8i16(<2 x i16> %a) {
216-
; %retval = call <8 x i16> @llvm.vector.interleave4.v8i16(<2 x i16> splat(i16 3), <2 x i16> splat(i16 3), <2 x i16> splat(i16 3), <2 x i16> splat(i16 3))
217-
; ret <8 x i16> %retval
218-
;}

0 commit comments

Comments
 (0)