[PATCH] D30086: Add generic IR vector reductions

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 05:33:53 PDT 2017


RKSimon added a comment.

A couple of minor typos



================
Comment at: docs/LangRef.rst:11880
+
+The '``llvm.vector.reduce.xor.*``' intrinsics do a bitwise ``XOR`` reduction
+of a vector, returning the result as a scalar. The return type matches the
----------------
llvm.experimental.vector.reduce.xor.*


================
Comment at: docs/LangRef.rst:12011
+
+The '``llvm.vector.reduce.fmin.*``' intrinsics do a floating point ``MIN``
+reduction of a vector, returning the result as a scalar. The return type matches
----------------
llvm.experimental.vector.reduce.fmin.*


Repository:
  rL LLVM

https://reviews.llvm.org/D30086





More information about the llvm-commits mailing list