[PATCH] D87391: [Intrinsics] define semantics for experimental fmax/fmin vector reductions

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 06:40:46 PDT 2020


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

LGTM



================
Comment at: llvm/test/CodeGen/Generic/expand-experimental-reductions.ll:306
 
+; FIXME: Why is this not expanded?
+
----------------
Don't think there's any plans to support non-pow2 vectors in the IR expansions.


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

https://reviews.llvm.org/D87391



More information about the llvm-commits mailing list