[PATCH] D14569: [SDAG] Introduce a new BITREVERSE node along with a corresponding LLVM intrinsic

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 12 05:37:20 PST 2015


jmolloy closed this revision.
jmolloy added a comment.

r253024.


================
Comment at: docs/LangRef.rst:10397
@@ +10396,3 @@
+
+The ``llvm.bitreverse.iN`` intrinsic returns an i16 value that has bit
+``M`` in the input moved to bit ``N-M`` in the output.
----------------
i16 should be iN here.


Repository:
  rL LLVM

http://reviews.llvm.org/D14569





More information about the llvm-commits mailing list