Skip to content

Commit 8c26680

Browse files
committed
[X86] Remove unnecessary _mm_undefined_pd() test from avx-intrinsics-fast-isel.ll
This is already in sse2-intrinsics-fast-isel.ll Noticed in D104790
1 parent 79d9918 commit 8c26680

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

llvm/test/CodeGen/X86/avx-intrinsics-fast-isel.ll

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2967,13 +2967,6 @@ define i32 @test_mm256_testz_si256(<4 x i64> %a0, <4 x i64> %a1) nounwind {
29672967
}
29682968
declare i32 @llvm.x86.avx.ptestz.256(<4 x i64>, <4 x i64>) nounwind readnone
29692969

2970-
define <2 x double> @test_mm_undefined_pd() nounwind {
2971-
; CHECK-LABEL: test_mm_undefined_pd:
2972-
; CHECK: # %bb.0:
2973-
; CHECK-NEXT: ret{{[l|q]}}
2974-
ret <2 x double> undef
2975-
}
2976-
29772970
define <4 x double> @test_mm256_undefined_pd() nounwind {
29782971
; CHECK-LABEL: test_mm256_undefined_pd:
29792972
; CHECK: # %bb.0:

0 commit comments

Comments
 (0)