Skip to content

Commit 0a21761

Browse files
committed
Remove stray test from another branch
1 parent 8ec97e1 commit 0a21761

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/test/CodeGen/X86/mmx-builtins.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,6 @@ int test_mm_movemask_pi8(__m64 a) {
401401
// CHECK: call {{.*}}i32 @llvm.x86.sse2.pmovmskb.128(
402402
return _mm_movemask_pi8(a);
403403
}
404-
TEST_CONSTEXPR(match_m64(_mm_movemask_pi8((__m64)((__v8qi){(signed char)0x7F,(signed char)0x80,(signed char)0x01,(signed char)0xFF,(signed char)0x00,(signed char)0xAA,(signed char)0x55,(signed char)0xC3})),0xAA));
405-
// TEST_CONSTEXPR(match_i32(_mm_movemask_pi8((__m64)((__v2si){(int)0x80FF00AA,(int)0x7F0183E1})),0x3D));
406-
// TEST_CONSTEXPR(match_i32(_mm_movemask_pi8((__m64)((__v1){(long long)0xE110837A00924DB0ULL})),0xA5));
407404

408405
__m64 test_mm_mul_su32(__m64 a, __m64 b) {
409406
// CHECK-LABEL: test_mm_mul_su32

0 commit comments

Comments
 (0)