This is an archive of the discontinued LLVM Phabricator instance.

MergeFunctions.rst - multiply vs shift typo (PR44717)
ClosedPublic

Authored by RKSimon on Mar 22 2020, 8:18 AM.

Details

Summary

The doc is suggesting that a mul-by-2 is the same as a ashr-by-1 instead of shl-by-1

Diff Detail

Event Timeline

RKSimon created this revision.Mar 22 2020, 8:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 22 2020, 8:18 AM
hiraditya accepted this revision.Mar 22 2020, 4:26 PM
This revision is now accepted and ready to land.Mar 22 2020, 4:26 PM
This revision was automatically updated to reflect the committed changes.