This is an archive of the discontinued LLVM Phabricator instance.

[Verifier] Add tied-ness verification to statepoint intsruction
ClosedPublic

Authored by skatkov on Jan 12 2021, 3:03 AM.

Diff Detail

Event Timeline

skatkov created this revision.Jan 12 2021, 3:03 AM
skatkov requested review of this revision.Jan 12 2021, 3:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2021, 3:03 AM
This revision is now accepted and ready to land.Jan 12 2021, 4:28 AM
reames accepted this revision.Jan 12 2021, 9:07 AM

LGTM w/changes.

Please add a verifier test which shows both failures please.

skatkov updated this revision to Diff 316332.Jan 13 2021, 12:03 AM

Update before landing:
Upper bound check is added
verifier test is added