summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/coalesce-esp.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-25 05:40:48 +0000
committerChris Lattner <sabre@nondot.org>2010-03-25 05:40:48 +0000
commit47cdf4abff20eb9d7d05406cc1a9be2890ed39bb (patch)
treed94908c4545f7091703c6443433ada6890977df8 /test/CodeGen/X86/coalesce-esp.ll
parentea7b6bb32355c0d4cb1e1c16df7c8cf63787e73b (diff)
downloadllvm-47cdf4abff20eb9d7d05406cc1a9be2890ed39bb.tar.gz
llvm-47cdf4abff20eb9d7d05406cc1a9be2890ed39bb.tar.bz2
llvm-47cdf4abff20eb9d7d05406cc1a9be2890ed39bb.tar.xz
Make the NDEBUG assertion stronger and more clear what is
happening. Enhance scheduling to set the DEAD flag on implicit defs more aggressively. Before, we'd set an implicit def operand to dead if it were present in the SDNode corresponding to the machineinstr but had no use. Now we do it in this case AND if the implicit def does not exist in the SDNode at all. This exposes a couple of problems: one is the FIXME, which causes a live intervals crash on CodeGen/X86/sibcall.ll. The second is that it makes machinecse and licm more aggressive (which is a good thing) but also exposes a case where licm hoists a set0 and then it doesn't get resunk. Talking to codegen folks about both these issues, but I need this patch in in the meantime. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99485 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/coalesce-esp.ll')
-rw-r--r--test/CodeGen/X86/coalesce-esp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/coalesce-esp.ll b/test/CodeGen/X86/coalesce-esp.ll
index 0fe4e56c97..e0f2796f9d 100644
--- a/test/CodeGen/X86/coalesce-esp.ll
+++ b/test/CodeGen/X86/coalesce-esp.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s | grep {movl %esp, %eax}
+; RUN: llc < %s | grep {movl %esp, %ecx}
; PR4572
; Don't coalesce with %esp if it would end up putting %esp in