[llvm-commits] [llvm] r133000 - /llvm/trunk/test/CodeGen/X86/4char-promote.ll

Dan Gohman gohman at apple.com
Tue Jun 14 11:03:11 PDT 2011


Author: djg
Date: Tue Jun 14 13:03:11 2011
New Revision: 133000

URL: http://llvm.org/viewvc/llvm-project?rev=133000&view=rev
Log:
Revert r132991. This test is failing on the
llvm-gcc-x86_64-linux-selfhost buildbot and others.

Removed:
    llvm/trunk/test/CodeGen/X86/4char-promote.ll

Removed: llvm/trunk/test/CodeGen/X86/4char-promote.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/4char-promote.ll?rev=132999&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/X86/4char-promote.ll (original)
+++ llvm/trunk/test/CodeGen/X86/4char-promote.ll (removed)
@@ -1,16 +0,0 @@
-; A test for checking PR 9623
-;RUN: llc -march=x86-64 -promote-elements < %s | FileCheck %s
-
-
-; CHECK:  pmulld 
-; CHECK:  paddd  
-; CHECK:  movdqa 
-
-define <4 x i8> @foo(<4 x i8> %x, <4 x i8> %y) {
-entry:
- %binop = mul <4 x i8> %x, %y
- %binop6 = add <4 x i8> %binop, %x
- ret <4 x i8> %binop6
-}
-
-





More information about the llvm-commits mailing list