[MachineVerifier] Try harder to verify LiveVariables
authorJay Foad <jay.foad@amd.com>
Wed, 6 Jul 2022 13:00:32 +0000 (14:00 +0100)
committerJay Foad <jay.foad@amd.com>
Fri, 21 Oct 2022 15:31:09 +0000 (16:31 +0100)
commitd4650d0938e290ca9d6544d6b07da2fb7156762d
tree45d4b0bffc982ec618253a4e09fa34fd625df52c
parentd7fecf26f42b47f5c2e7e64a2975ec0dcccd7248
[MachineVerifier] Try harder to verify LiveVariables

Verify the LiveVariables analysis after a pass that claims to preserve
it, even if there are no further passes (apart from the verifier itself)
that would use the analysis.

Differential Revision: https://reviews.llvm.org/D129213
llvm/lib/CodeGen/MachineVerifier.cpp