diff options
author | Kang Zhang <shkzhang@cn.ibm.com> | 2020-07-29 15:43:47 +0000 |
---|---|---|
committer | Kang Zhang <shkzhang@cn.ibm.com> | 2020-07-29 15:43:47 +0000 |
commit | a4ade9ed21e55946c52961a549ca4d23f9058b08 (patch) | |
tree | 7d165d5d0aecc2ab84b4e8b168ec93709fcb849e /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | d42c7b22118c763090e3bec180cb8f01b5c4cfeb (diff) | |
download | llvm-a4ade9ed21e55946c52961a549ca4d23f9058b08.zip llvm-a4ade9ed21e55946c52961a549ca4d23f9058b08.tar.gz llvm-a4ade9ed21e55946c52961a549ca4d23f9058b08.tar.bz2 |
[MachineVerifier] Handle the PHI node for verifyLiveVariables()
Summary:
When doing MachineVerifier for LiveVariables, the MachineVerifier pass
will calculate the LiveVariables, and compares the result with the
result livevars pass gave. If they are different, verifyLiveVariables()
will give error.
But when we calculate the LiveVariables in MachineVerifier, we don't
consider the PHI node, while livevars considers.
This patch is to fix above bug.
Reviewed By: bjope
Differential Revision: https://reviews.llvm.org/D80274
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions