Displaying 2 results from an estimated 2 matches for "d87391".
2020 Sep 09
4
RFC: Promoting experimental reduction intrinsics to first class intrinsics
Proposal to specify semantics for the FP min/max reductions:
https://reviews.llvm.org/D87391
I'm not sure how we got to the current state of codegen for those, but it
doesn't seem consistent or correct as-is, so I've proposed updates there
too.
On Wed, Jun 17, 2020 at 2:15 PM Amara Emerson via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Proposed clarification her...
2020 Jun 17
2
RFC: Promoting experimental reduction intrinsics to first class intrinsics
A minor point, but I think we need to more explicitly describe the order
of floating point operations in the LangRef as well:
"If the intrinsic call has the ‘reassoc’ or ‘fast’ flags set, then the
reduction will not preserve the associativity of an equivalent
scalarized counterpart. Otherwise the reduction will be ordered, thus
implying that the operation respects the associativity of a