1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

XFAIL test that depends on linear scan to remove dead code.

Filed PR11364 to track the problem.  Should the register allocator
eliminate dead code?

llvm-svn: 144471
This commit is contained in:
Jakob Stoklund Olesen 2011-11-12 22:39:30 +00:00
parent 43b7a3871b
commit e1b1bbb882

View File

@ -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