Machine verification fails after the HexagonPacketizer pass with various
errors like:
- Bad machine code: Using an undefined physical register ***
- Bad machine code: Non-terminator instruction after the first terminator ***
This seems to be the only reason why TargetPassConfig disables machine
verification for the passes immediately following addPreEmitPass. If we
mark Hexagon as not machine verifier clean, then we can enable machine
verification in more places for all the other targets that are clean.