OSDN Git Service

Avoid folding a load instruction into an instruction that redefines the register.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 8 Feb 2011 19:33:55 +0000 (19:33 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 8 Feb 2011 19:33:55 +0000 (19:33 +0000)
commit7b1f498a7648b790929a4f97fd82228aa7ac7bea
treec983336ec4d92658f5f10ada2aff82ad8e207215
parentf125a298853e883c7c0630db544460723a610663
Avoid folding a load instruction into an instruction that redefines the register.

The target hook doesn't know how to do that. (Neither do I).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125108 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InlineSpiller.cpp