[PATCH] D93179: [X86] Convert fmin/fmax _mm_reduce_* intrinsics to emit llvm.reduction intrinsics (PR47506)

Pengfei Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 6 22:16:48 PST 2021


pengfei added a comment.

In D93179#2535702 <https://reviews.llvm.org/D93179#2535702>, @pengfei wrote:

> Hi @RKSimon, what's the status of updating these reduce intrinsics? Is there any difficulty for always assigning them fast math flag? I received bug report for the previous change D92940 <https://reviews.llvm.org/D92940>. Can we revert it if the problem is not easy to fix?

Any thoughts @RKSimon?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93179



More information about the cfe-commits mailing list