This is an archive of the discontinued LLVM Phabricator instance.

[RemoveRedundantDebugValues] Enable machine verification after this pass
ClosedPublic

Authored by foad on Sep 29 2021, 2:21 AM.

Details

Summary

Machine verification after RemoveRedundantDebugValues has been disabled
since the pass was first added in D105279, 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.

Diff Detail

Event Timeline

foad created this revision.Sep 29 2021, 2:21 AM
foad requested review of this revision.Sep 29 2021, 2:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 29 2021, 2:21 AM
djtodoro accepted this revision.Sep 29 2021, 2:27 AM

Thanks!

This revision is now accepted and ready to land.Sep 29 2021, 2:27 AM
This revision was landed with ongoing or failed builds.Sep 29 2021, 2:44 AM
This revision was automatically updated to reflect the committed changes.