[PATCH] D132261: [SLP]Do not reduce repeated values, use scalar red ops instead.

Caleb Watts via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 31 16:39:04 PDT 2023


calebwat added a comment.

To add on to the above, the order of the values in the scale vector is determined by the default order of Candidates, and in these test cases there's a mismatch between that order and the lanes that the scalar values are in in the vectorized value.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132261



More information about the llvm-commits mailing list