[PATCH] D48725: [SLP] Vectorize bit-parallel operations with SWAR.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 29 06:49:49 PDT 2018


ABataev added a comment.

1. Do all targets support this kind of transformation? Are they aware of transformation of operations with small vectors into operations on GPR?
2. You need to update the cost model for this kind of transformation.
3. I think this should not the part of SLPVectorizer, looks like it is part of InstCombiner.


Repository:
  rL LLVM

https://reviews.llvm.org/D48725





More information about the llvm-commits mailing list