OSDN Git Service

Handle getresult instructions in different basic blocks
authorDan Gohman <gohman@apple.com>
Fri, 21 Mar 2008 21:01:32 +0000 (21:01 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 21 Mar 2008 21:01:32 +0000 (21:01 +0000)
commitf1d3d666c14b67b962e81dbaac18da9116e79fa8
tree723aa1eda563d5715d6a11f529301a57cbc66016
parent35831d06fdd17f42897a9931555c17af490c06ee
Handle getresult instructions in different basic blocks
from their aggregate operands by moving the getresult
instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48657 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/CodeGenPrepare.cpp
test/CodeGen/X86/multiple-return-values-cross-block.ll [new file with mode: 0644]