[PATCH] D27047: Fix doc of `llvm.bitreverse.iN`

Yichao Yu via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 07:29:24 PST 2016


yuyichao created this revision.
yuyichao added a reviewer: jmolloy.
yuyichao added a subscriber: llvm-commits.

The return type is `iN` rather than always `i16`

Seems to be a typo in https://reviews.llvm.org/rL252878 .


https://reviews.llvm.org/D27047

Files:
  docs/LangRef.rst


Index: docs/LangRef.rst
===================================================================
--- docs/LangRef.rst
+++ docs/LangRef.rst
@@ -10813,7 +10813,7 @@
 Semantics:
 """"""""""
 
-The ``llvm.bitreverse.iN`` intrinsic returns an i16 value that has bit
+The ``llvm.bitreverse.iN`` intrinsic returns an iN value that has bit
 ``M`` in the input moved to bit ``N-M`` in the output.
 
 '``llvm.bswap.*``' Intrinsics


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27047.79075.patch
Type: text/x-patch
Size: 416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161123/a68318c2/attachment.bin>


More information about the llvm-commits mailing list