[PATCH] D98981: [SLP] allow matching integer min/max intrinsics as reduction ops

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 07:15:19 PDT 2021


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

LGTM - I agree pre-SSE41 4i32 min/max patterns aren't particularly great so you should probably just ensure we have SSE4.1 + later test coverage in D98152 <https://reviews.llvm.org/D98152>


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

https://reviews.llvm.org/D98981



More information about the llvm-commits mailing list