[llvm-commits] [llvm] r144471 - /llvm/trunk/test/CodeGen/ARM/peephole-bitcast.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Sat Nov 12 14:39:30 PST 2011
Author: stoklund
Date: Sat Nov 12 16:39:30 2011
New Revision: 144471
URL: http://llvm.org/viewvc/llvm-project?rev=144471&view=rev
Log:
XFAIL test that depends on linear scan to remove dead code.
Filed PR11364 to track the problem. Should the register allocator
eliminate dead code?
Modified:
llvm/trunk/test/CodeGen/ARM/peephole-bitcast.ll
Modified: llvm/trunk/test/CodeGen/ARM/peephole-bitcast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/peephole-bitcast.ll?rev=144471&r1=144470&r2=144471&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/peephole-bitcast.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/peephole-bitcast.ll Sat Nov 12 16:39:30 2011
@@ -1,4 +1,6 @@
-; RUN: llc < %s -march=arm -mcpu=cortex-a8 -regalloc=linearscan | FileCheck %s
+; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s
+; XFAIL: *
+; PR11364
; vmov s0, r0 + vmov r0, s0 should have been optimized away.
; rdar://9104514
More information about the llvm-commits
mailing list