- More aggressively coalescing away copies whose source is defined by an implicit_def.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 9 Apr 2008 20:57:25 +0000 (20:57 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 9 Apr 2008 20:57:25 +0000 (20:57 +0000)
commit7e073baedb8232b9519dbe15ea141ff98ccfe6ae
tree0c9ef7c93ae3eb5aac992a8dc7624009c360ab2a
parent7d8143f0ef35fccc98a624525b4517eb790e2d14
- More aggressively coalescing away copies whose source is defined by an implicit_def.
- Added insert_subreg coalescing support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49448 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/CodeGen/SimpleRegisterCoalescing.h
test/CodeGen/X86/ins_subreg_coalesce-1.ll [new file with mode: 0644]
test/CodeGen/X86/ins_subreg_coalesce-2.ll [new file with mode: 0644]
test/CodeGen/X86/ins_subreg_coalesce-3.ll [new file with mode: 0644]