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

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 12 19:55:33 PDT 2023


anna added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/vecreduce-fmaximum.ll:184
+  ret float %b
+}
+
----------------
nikic wrote:
> 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.
good point. I've also restored it and added a comment for the test. 


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