This is an archive of the discontinued LLVM Phabricator instance.

[StatepointLowering] Move statepoint correctness checks to Verifier. NFC.
ClosedPublic

Authored by dantrushin on Jan 17 2023, 9:05 AM.

Details

Summary

Since D140504, GCStrategy is available for use in opt.
Now we can move statepoint correctness checks from
StatepointLowering.cpp to Verifier.

Diff Detail

Event Timeline

dantrushin created this revision.Jan 17 2023, 9:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2023, 9:05 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
dantrushin requested review of this revision.Jan 17 2023, 9:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2023, 9:05 AM
reames accepted this revision.Jan 17 2023, 11:59 AM

LGTM

Thanks for the cleanup.

This revision is now accepted and ready to land.Jan 17 2023, 11:59 AM
This revision was landed with ongoing or failed builds.Jan 18 2023, 7:16 AM
This revision was automatically updated to reflect the committed changes.