Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_DEF ...
authorEvan Cheng <evan.cheng@apple.com>
Wed, 14 Jul 2010 01:22:19 +0000 (01:22 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 14 Jul 2010 01:22:19 +0000 (01:22 +0000)
commitdb8980903717e1127463f00a34cae9bd29f82a91
treecb250ca2613d031edc1a7c36bef5a121871e2c90
parent9e82bf12a03117bfce78217662d5cf8e74aef357
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_DEF (and subsequently eliminate them). This allows machine LICM to hoist IMPLICIT_DEF's. PR7620.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108304 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ProcessImplicitDefs.h
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/ProcessImplicitDefs.cpp
test/CodeGen/X86/2009-02-26-MachineLICMBug.ll