[cfe-commits] r148932 - /cfe/trunk/test/CodeGen/builtins-x86.c
Craig Topper
craig.topper at gmail.com
Tue Jan 24 22:23:24 PST 2012
Author: ctopper
Date: Wed Jan 25 00:23:23 2012
New Revision: 148932
URL: http://llvm.org/viewvc/llvm-project?rev=148932&view=rev
Log:
Re-enable test that was broken by r148919
Modified:
cfe/trunk/test/CodeGen/builtins-x86.c
Modified: cfe/trunk/test/CodeGen/builtins-x86.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/builtins-x86.c?rev=148932&r1=148931&r2=148932&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/builtins-x86.c (original)
+++ cfe/trunk/test/CodeGen/builtins-x86.c Wed Jan 25 00:23:23 2012
@@ -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 @@
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);
More information about the cfe-commits
mailing list