For the most part, this mirrors the verified for the IR level Dominator tree.
By default the verifier is off until we can make sure the MDT is being properly preserved. Once any/all issues have been address we should default 'VerifyMachineDomInfo' to true when expensive checks are enabled.
I still need to add test cases, which will soon follow. This is done by adding '-verify-machine-dom-info' to a RUN command for an existing (or new) lit test.
Hopefully, this will help shake out any bugs.
Chad