OSDN Git Service

It's possible to sink a def if its local uses are PHI's.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 19 Aug 2010 18:33:29 +0000 (18:33 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 19 Aug 2010 18:33:29 +0000 (18:33 +0000)
commit03450a77e4909dcfec50000b489f111a4596931d
tree78ba9b04c257e70c674d2f160f5cc2057e250dea
parentf53de21f5aae95fa4c10f1a7c0d0e142e0d852ab
It's possible to sink a def if its local uses are PHI's.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111537 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineSink.cpp
test/CodeGen/X86/MachineSink-PHIUse.ll [new file with mode: 0644]