[all-commits] [llvm/llvm-project] 6a6a83: MergeFunctions.rst - multiply vs shift typo (PR44717)
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Mar 23 03:13:47 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6a6a83c6e9bf6ed5e8592bbe422535dd774e5064
https://github.com/llvm/llvm-project/commit/6a6a83c6e9bf6ed5e8592bbe422535dd774e5064
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M llvm/docs/MergeFunctions.rst
Log Message:
-----------
MergeFunctions.rst - multiply vs shift typo (PR44717)
The doc is suggesting that a mul-by-2 is the same as a ashr-by-1 instead of shl-by-1
Differential Revision: https://reviews.llvm.org/D76566
More information about the All-commits
mailing list