[MachineVerifier] Try harder to verify SlotIndexes
authorJay Foad <jay.foad@amd.com>
Wed, 6 Jul 2022 13:26:16 +0000 (14:26 +0100)
committerJay Foad <jay.foad@amd.com>
Tue, 4 Apr 2023 14:23:36 +0000 (15:23 +0100)
commit5509a18b5a38868e29fae1f7b19390b029c53091
treec234eb17520e2b7ac6c1631ea96c7f30bc650564
parent971a4501f7f2017816e3365f0008418fd978a9e7
[MachineVerifier] Try harder to verify SlotIndexes

Verify the SlotIndexes 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/D129201
llvm/lib/CodeGen/MachineVerifier.cpp