This is an archive of the discontinued LLVM Phabricator instance.

[DXILBitcodeWriter] Fix handling of an unspecified lower bound in DISubrange
ClosedPublic

Authored by bogner on Aug 21 2023, 10:31 AM.

Details

Summary

If the lower bound isn't specified it implies that it's zero.

Diff Detail

Event Timeline

bogner created this revision.Aug 21 2023, 10:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2023, 10:31 AM
bogner requested review of this revision.Aug 21 2023, 10:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2023, 10:31 AM
beanz accepted this revision.Aug 21 2023, 1:06 PM

LGTM.

This revision is now accepted and ready to land.Aug 21 2023, 1:06 PM