[llvm-commits] [llvm] r56926 - in /llvm/trunk/test/CodeGen: Generic/i128-and-beyond.ll PowerPC/i128-and-beyond.ll X86/i128-and-beyond.ll
Dan Gohman
gohman at apple.com
Wed Oct 1 12:46:31 PDT 2008
Author: djg
Date: Wed Oct 1 14:46:30 2008
New Revision: 56926
URL: http://llvm.org/viewvc/llvm-project?rev=56926&view=rev
Log:
Split this test and move it into target-specific directories.
This fixes failures on configurations that don't have one or the
other targets enabled.
Added:
llvm/trunk/test/CodeGen/PowerPC/i128-and-beyond.ll
- copied, changed from r56923, llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll
llvm/trunk/test/CodeGen/X86/i128-and-beyond.ll
- copied, changed from r56923, llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll
Removed:
llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll
Removed: llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll?rev=56925&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll (removed)
@@ -1,9 +0,0 @@
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep 18446744073709551615 | count 14
-; RUN: llvm-as < %s | llc -march=ppc32 | grep 4294967295 | count 28
-
-; These static initializers are too big to hand off to assemblers
-; as monolithic blobs.
-
- at x = global i128 -1
- at y = global i256 -1
- at z = global i512 -1
Copied: llvm/trunk/test/CodeGen/PowerPC/i128-and-beyond.ll (from r56923, llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/i128-and-beyond.ll?p2=llvm/trunk/test/CodeGen/PowerPC/i128-and-beyond.ll&p1=llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll&r1=56923&r2=56926&rev=56926&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/i128-and-beyond.ll Wed Oct 1 14:46:30 2008
@@ -1,4 +1,3 @@
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep 18446744073709551615 | count 14
; RUN: llvm-as < %s | llc -march=ppc32 | grep 4294967295 | count 28
; These static initializers are too big to hand off to assemblers
Copied: llvm/trunk/test/CodeGen/X86/i128-and-beyond.ll (from r56923, llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/i128-and-beyond.ll?p2=llvm/trunk/test/CodeGen/X86/i128-and-beyond.ll&p1=llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll&r1=56923&r2=56926&rev=56926&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/i128-and-beyond.ll (original)
+++ llvm/trunk/test/CodeGen/X86/i128-and-beyond.ll Wed Oct 1 14:46:30 2008
@@ -1,5 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep 18446744073709551615 | count 14
-; RUN: llvm-as < %s | llc -march=ppc32 | grep 4294967295 | count 28
; These static initializers are too big to hand off to assemblers
; as monolithic blobs.
More information about the llvm-commits
mailing list