[PATCH] D27846: [SLP] Support for horizontal min/max reduction

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 07:11:31 PDT 2017


RKSimon added a comment.

I think its almost there now, my only concern is that we're not discriminating between signed/unsigned in getMinMaxReductionCost calls - e.g. SSE is very inconsistent with support for these.


https://reviews.llvm.org/D27846





More information about the llvm-commits mailing list