[PATCH] D79078: [VectorCombine] Leave reduction operation to SLP

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 16 11:05:38 PDT 2020


spatel added a comment.

I added slightly modified versions of the tests here with:
rG6211830fbabd <https://reviews.llvm.org/rG6211830fbabd439a41f4c83d3c8ede92019cde3f>
rG43017ceb7841 <https://reviews.llvm.org/rG43017ceb7841c7a0700e5401e79c2f1a28caec5e>

Because they are affected by a change that I split off from D79799 <https://reviews.llvm.org/D79799>:
rG81e9ede3a2db <https://reviews.llvm.org/rG81e9ede3a2db32487c15dc20d5d0be6392fb62bc>

Please rebase (although given what we've discussed here, I'm not sure how we want to solve the general problem of matching/transforming vector reductions).


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

https://reviews.llvm.org/D79078





More information about the llvm-commits mailing list