Displaying 2 results from an estimated 2 matches for "d82034".
2020 Sep 09
4
RFC: Promoting experimental reduction intrinsics to first class intrinsics
...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 here: https://reviews.llvm.org/D82034
>
> On Jun 17, 2020, at 5:52 AM, Simon Pilgrim via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> 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 th...
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