This is an archive of the discontinued LLVM Phabricator instance.

Support MemoryLocation::UnknownSize in TargetLowering::IntrinsicInfo
ClosedPublic

Authored by tberghammer on Sep 30 2019, 6:51 AM.

Details

Summary

Previously IntrinsicInfo::size was an unsigned what can't represent the
64 bit value used by MemoryLocation::UnknownSize.

Event Timeline

tberghammer created this revision.Sep 30 2019, 6:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2019, 6:51 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
jmolloy accepted this revision.Sep 30 2019, 7:11 AM

Looks trivially good to me.

This revision is now accepted and ready to land.Sep 30 2019, 7:11 AM
This revision was automatically updated to reflect the committed changes.