OSDN Git Service

MachineVerifier: Allow LiveInterval segments to end at a partial write.
authorMatthias Braun <matze@braunis.de>
Wed, 10 Dec 2014 01:13:11 +0000 (01:13 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 10 Dec 2014 01:13:11 +0000 (01:13 +0000)
commit8f08516992ec1f5dbe770a966c08a909d4d20c92
treefafb2744d4cf2d8e153ee5bf317a72a9389afebb
parent8f08002f03b9dfe8fbf55aecb50352dfe4ad7470
MachineVerifier: Allow LiveInterval segments to end at a partial write.

In the subregister liveness tracking case we do not create implicit
reads on partial register writes anymore, still we need to produce a new
SSA value for partial writes so the live segment has to end.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223895 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineVerifier.cpp