[llvm-commits] [llvm] r48232 - /llvm/trunk/test/CodeGen/PowerPC/Frames-align.ll

Dale Johannesen dalej at apple.com
Tue Mar 11 10:48:32 PDT 2008


Author: johannes
Date: Tue Mar 11 12:48:26 2008
New Revision: 48232

URL: http://llvm.org/viewvc/llvm-project?rev=48232&view=rev
Log:
The feature this is testing did not work in the general case,
and has been removed.


Removed:
    llvm/trunk/test/CodeGen/PowerPC/Frames-align.ll

Removed: llvm/trunk/test/CodeGen/PowerPC/Frames-align.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/Frames-align.ll?rev=48231&view=auto

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/Frames-align.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/Frames-align.ll (removed)
@@ -1,17 +0,0 @@
-; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN:   llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
-; RUN:   grep {rlwinm r0, r1, 0, 22, 31}
-; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN:   llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
-; RUN:   grep {subfic r0, r0, -16448}
-; RUN: llvm-upgrade < %s | llvm-as | \
-; RUN:   llc -march=ppc64 -mtriple=powerpc-apple-darwin8 | \
-; RUN:   grep {rldicl r0, r1, 0, 54}
-; XFAIL: *
-
-implementation
-
-int* %f1() {
-	%tmp = alloca int, uint 4095, align 1024
-	ret int* %tmp
-}





More information about the llvm-commits mailing list