This is an archive of the discontinued LLVM Phabricator instance.

[JITLink] Improve extractBits function
ClosedPublic

Authored by StephenFan on Aug 2 2021, 12:45 AM.

Details

Summary

Address the advice proposed at patch D105429 . Use [Low, Low+size) to represent bits.

Diff Detail

Event Timeline

StephenFan created this revision.Aug 2 2021, 12:45 AM
StephenFan requested review of this revision.Aug 2 2021, 12:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 2 2021, 12:45 AM

Change size_t to unsigned

lhames accepted this revision.Aug 2 2021, 2:49 AM

LGTM.

This revision is now accepted and ready to land.Aug 2 2021, 2:49 AM
This revision was landed with ongoing or failed builds.Jan 4 2022, 4:16 AM
This revision was automatically updated to reflect the committed changes.