This is an archive of the discontinued LLVM Phabricator instance.

[profile] Fix InstrProfGetRangeRepValue to use UINT64_C
ClosedPublic

Authored by MaskRay on Feb 28 2021, 12:27 PM.

Details

Summary

This is a minor issue because the TargetValue parameter of __llvm_profile_instrument_memop
is usually small and cannot exceed 2**31 at all.

Diff Detail

Event Timeline

MaskRay requested review of this revision.Feb 28 2021, 12:27 PM
MaskRay created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2021, 12:27 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript

This is trivial so let me ping it even if it hasn't been one week :)

nickdesaulniers accepted this revision.Mar 9 2021, 10:36 AM
This revision is now accepted and ready to land.Mar 9 2021, 10:36 AM
This revision was landed with ongoing or failed builds.Mar 9 2021, 12:46 PM
This revision was automatically updated to reflect the committed changes.