[PATCH] D82034: [docs] Clarify semantics of ordered fadd/fmul reductions.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 05:24:30 PDT 2020


spatel accepted this revision.
spatel added inline comments.


================
Comment at: llvm/docs/LangRef.rst:15135
+the operation respects the associativity of a scalarized reduction. That is, the
+reduction begins with the start value, and performs an fadd operation with consecutively
+increasing vector element indices. See the following pseudocode:
----------------
Grammar nit: remove comma from "value,"
Similar in the fmul text.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82034/new/

https://reviews.llvm.org/D82034





More information about the llvm-commits mailing list