mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00: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? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bf27b61593
commit
2eda9458ea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user