[PATCH] D152370: [Intrinsic] Introduce reduction intrinsics for minimum/maximum

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 14:19:08 PDT 2023


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/CodeGen/AArch64/vecreduce-fmaximum.ll:184
+  ret float %b
+}
+
----------------
Can you please restore the ninf variant of this test? That one was useful to check the different neutral element used for the padding in the widened vector.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152370



More information about the llvm-commits mailing list