This is an archive of the discontinued LLVM Phabricator instance.

Verifier: Fix assertion on range metadata with equal bounds
ClosedPublic

Authored by arsenm on Jun 28 2023, 7:32 AM.

Details

Summary

This only worked if the same values were the min or max. We also seem
to be missing proper assembler tests for this.

Diff Detail

Event Timeline

arsenm created this revision.Jun 28 2023, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2023, 7:32 AM
arsenm requested review of this revision.Jun 28 2023, 7:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2023, 7:32 AM
Herald added a subscriber: wdng. · View Herald Transcript
nikic accepted this revision.Jun 28 2023, 9:01 AM

LGTM

This revision is now accepted and ready to land.Jun 28 2023, 9:01 AM