Make TwoAddressInstructionPass::rescheduleMIBelowKill subreg-aware
authorMichael Kuperstein <mkuper@google.com>
Thu, 11 Aug 2016 17:38:33 +0000 (17:38 +0000)
committerMichael Kuperstein <mkuper@google.com>
Thu, 11 Aug 2016 17:38:33 +0000 (17:38 +0000)
commite36d7716c38ba1ec44d79b668d15584ecc725d5f
treec64fd9c4705fd28586e944b795cd559a9045a41a
parent56684d453857c2511fd57fd73bb8cc98ec123a7a
Make TwoAddressInstructionPass::rescheduleMIBelowKill subreg-aware

This fixes PR28824.

Differential Revision: https://reviews.llvm.org/D23220

llvm-svn: 278370
llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
llvm/test/CodeGen/X86/pr28824.ll [new file with mode: 0644]