[llvm] r228133 - [x86] Remove a low-value test that was just checking how we cleared

Chandler Carruth chandlerc at gmail.com
Wed Feb 4 02:47:34 PST 2015


Author: chandlerc
Date: Wed Feb  4 04:47:34 2015
New Revision: 228133

URL: http://llvm.org/viewvc/llvm-project?rev=228133&view=rev
Log:
[x86] Remove a low-value test that was just checking how we cleared
a register. We have lots of tests covering this.

Removed:
    llvm/trunk/test/CodeGen/X86/vec_clear.ll

Removed: llvm/trunk/test/CodeGen/X86/vec_clear.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_clear.ll?rev=228132&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_clear.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_clear.ll (removed)
@@ -1,13 +0,0 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 -mtriple=i386-apple-darwin -o %t
-; RUN: not grep and %t
-; RUN: not grep psrldq %t
-; RUN: grep xorps %t
-
-define <4 x float> @test(<4 x float>* %v1) nounwind {
-        %tmp = load <4 x float>* %v1            ; <<4 x float>> [#uses=1]
-        %tmp15 = bitcast <4 x float> %tmp to <2 x i64>          ; <<2 x i64>> [#uses=1]
-        %tmp24 = and <2 x i64> %tmp15, bitcast (<4 x i32> < i32 0, i32 0, i32 -1, i32 -1 > to <2 x i64>)              ; <<2 x i64>> [#uses=1]
-        %tmp31 = bitcast <2 x i64> %tmp24 to <4 x float>                ; <<4 x float>> [#uses=1]
-        ret <4 x float> %tmp31
-}
-





More information about the llvm-commits mailing list