[llvm] r199911 - Move a unit test into the correct dir. Sorry if it broke Mips-only builds.

Andrew Trick atrick at apple.com
Thu Jan 23 09:47:57 PST 2014


Author: atrick
Date: Thu Jan 23 11:47:57 2014
New Revision: 199911

URL: http://llvm.org/viewvc/llvm-project?rev=199911&view=rev
Log:
Move a unit test into the correct dir. Sorry if it broke Mips-only builds.

Added:
    llvm/trunk/test/CodeGen/MSP430/misched-msp430.ll
      - copied, changed from r199909, llvm/trunk/test/CodeGen/Mips/misched-msp430.ll
Removed:
    llvm/trunk/test/CodeGen/Mips/misched-msp430.ll

Copied: llvm/trunk/test/CodeGen/MSP430/misched-msp430.ll (from r199909, llvm/trunk/test/CodeGen/Mips/misched-msp430.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/MSP430/misched-msp430.ll?p2=llvm/trunk/test/CodeGen/MSP430/misched-msp430.ll&p1=llvm/trunk/test/CodeGen/Mips/misched-msp430.ll&r1=199909&r2=199911&rev=199911&view=diff
==============================================================================
    (empty)

Removed: llvm/trunk/test/CodeGen/Mips/misched-msp430.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/misched-msp430.ll?rev=199910&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/misched-msp430.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/misched-msp430.ll (removed)
@@ -1,20 +0,0 @@
-; RUN: llc < %s -mtriple=msp430-unknown-unknown -enable-misched | FileCheck %s
-
-target datalayout = "e-p:16:16:16-i8:8:8-i16:16:16-i32:16:32-n8:16"
-
- at y = common global i16 0, align 2
- at x = common global i16 0, align 2
-
-; Test that the MI Scheduler's initPolicy does not crash when i32 is
-; unsupported. The content of the asm check below is unimportant. It
-; only verifies that the code generator ran succesfully.
-;
-; CHECK-LABEL: @f
-; CHECK: mov.w &y, &x
-; CHECK: ret
-define void @f() {
-entry:
-  %0 = load i16* @y, align 2
-  store i16 %0, i16* @x, align 2
-  ret void
-}





More information about the llvm-commits mailing list