Summary:
The return type is `iN` rather than always `i16`
Seems to be a typo in https://reviews.llvm.org/rL252878 .
Reviewers: jmolloy
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D27047
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287769
91177308-0d34-0410-b5e6-
96231b3b80d8
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