From: Craig Topper Date: Wed, 25 Jan 2012 06:23:23 +0000 (+0000) Subject: Re-enable test that was broken by r148919 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=007baa9cb08919bf5b5820b0d47c486a7ccdf0cd;p=clang Re-enable test that was broken by r148919 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148932 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/builtins-x86.c b/test/CodeGen/builtins-x86.c index d0a1f688ef..5617c7f3ef 100644 --- a/test/CodeGen/builtins-x86.c +++ b/test/CodeGen/builtins-x86.c @@ -1,6 +1,5 @@ -// RUN: true -// UN: %clang_cc1 -DUSE_64 -triple x86_64-unknown-unknown -emit-llvm -o %t %s -// UN: %clang_cc1 -DUSE_ALL -triple x86_64-unknown-unknown -fsyntax-only -o %t %s +// RUN: %clang_cc1 -DUSE_64 -triple x86_64-unknown-unknown -emit-llvm -o %t %s +// RUN: %clang_cc1 -DUSE_ALL -triple x86_64-unknown-unknown -fsyntax-only -o %t %s #ifdef USE_ALL #define USE_3DNOW @@ -455,11 +454,8 @@ void f0() { tmp_V8f = __builtin_ia32_vbroadcastss256(tmp_fCp); tmp_V4d = __builtin_ia32_vbroadcastf128_pd256(tmp_V2dCp); tmp_V8f = __builtin_ia32_vbroadcastf128_ps256(tmp_V4fCp); - tmp_V4d = __builtin_ia32_loadupd256(tmp_dCp); - tmp_V8f = __builtin_ia32_loadups256(tmp_fCp); __builtin_ia32_storeupd256(tmp_dp, tmp_V4d); __builtin_ia32_storeups256(tmp_fp, tmp_V8f); - tmp_V32c = __builtin_ia32_loaddqu256(tmp_cCp); __builtin_ia32_storedqu256(tmp_cp, tmp_V32c); tmp_V32c = __builtin_ia32_lddqu256(tmp_cCp); __builtin_ia32_movntdq256(tmp_V4LLip, tmp_V4LLi);