[DetectDeadLanes] Enable machine verification after this pass
authorJay Foad <jay.foad@amd.com>
Wed, 29 Sep 2021 08:55:15 +0000 (09:55 +0100)
committerJay Foad <jay.foad@amd.com>
Fri, 1 Oct 2021 17:15:56 +0000 (18:15 +0100)
commitfd8e99700de6b769c76bef9e580b712fee22205d
tree1a8bae432f478c6d9ee2239e6f57f17e1c71622f
parent2a6b99d5f8231d96cb4cf03f86af0517743e8124
[DetectDeadLanes] Enable machine verification after this pass

Machine verification after DetectDeadLanes has been disabled since the
pass was first added in D18427, but I guess this was just due to copy-
and-paste. Enabling it does not show any problems in check-llvm in an
LLVM_ENABLE_EXPENSIVE_CHECKS build.

Differential Revision: https://reviews.llvm.org/D110689
llvm/lib/CodeGen/TargetPassConfig.cpp