projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf27b61
)
XFAIL test that depends on linear scan to remove dead code.
author
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Sat, 12 Nov 2011 22:39:30 +0000
(22:39 +0000)
committer
Jakob Stoklund Olesen
<stoklund@2pi.dk>
Sat, 12 Nov 2011 22:39:30 +0000
(22:39 +0000)
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
test/CodeGen/ARM/peephole-bitcast.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/peephole-bitcast.ll
b/test/CodeGen/ARM/peephole-bitcast.ll
index e670a5be3bca675a744f62c74abe09ffaa1dcc74..e72d51f06d4ca55611a99f78b3f37161cfe2965c 100644
(file)
--- a/
test/CodeGen/ARM/peephole-bitcast.ll
+++ b/
test/CodeGen/ARM/peephole-bitcast.ll
@@
-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