[llvm] r297893 - Second attempt for fix Hexagon buildbot by moving test to under X86/

Zvi Rackover via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 15 14:13:45 PDT 2017


Author: zvi
Date: Wed Mar 15 16:13:45 2017
New Revision: 297893

URL: http://llvm.org/viewvc/llvm-project?rev=297893&view=rev
Log:
Second attempt for fix Hexagon buildbot by moving test to under X86/

Added:
    llvm/trunk/test/CodeGen/X86/pr32278.ll   (contents, props changed)
      - copied, changed from r297888, llvm/trunk/test/CodeGen/Generic/pr32278.ll
Removed:
    llvm/trunk/test/CodeGen/Generic/pr32278.ll

Removed: llvm/trunk/test/CodeGen/Generic/pr32278.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/pr32278.ll?rev=297892&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/pr32278.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/pr32278.ll (removed)
@@ -1,11 +0,0 @@
-; PR32278
-
-; RUN: llc -mtriple=x86_64-unknown < %s
-
-define i8 @foo_v4i1_0_0_1_1_2_2_3_3(i8 %in) {
-  %trunc = trunc i8 %in to i4
-  %mask = bitcast i4 %trunc to <4 x i1>
-  %s = shufflevector <4 x i1> %mask, <4 x i1> undef, <8 x i32> <i32 0, i32 0, i32 1, i32 1, i32 2, i32 2, i32 3, i32 3>
-  %b = bitcast <8 x i1> %s to i8
-  ret i8 %b
-}

Copied: llvm/trunk/test/CodeGen/X86/pr32278.ll (from r297888, llvm/trunk/test/CodeGen/Generic/pr32278.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr32278.ll?p2=llvm/trunk/test/CodeGen/X86/pr32278.ll&p1=llvm/trunk/test/CodeGen/Generic/pr32278.ll&r1=297888&r2=297893&rev=297893&view=diff
==============================================================================
    (empty)

Propchange: llvm/trunk/test/CodeGen/X86/pr32278.ll
------------------------------------------------------------------------------
    svn:eol-style = native




More information about the llvm-commits mailing list