[PATCH] D115462: [SLP]Improve shuffles cost estimation where possible.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 12:20:31 PST 2021


ABataev created this revision.
ABataev added reviewers: RKSimon, anton-afanasyev, dtemirbulatov.
Herald added a subscriber: hiraditya.
ABataev requested review of this revision.
Herald added a project: LLVM.

Improved/fixed cost modeling for shuffles by providing masks, improved
cost model for non-identity insertelements.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115462

Files:
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/test/Transforms/SLPVectorizer/X86/alternate-int-inseltpoison.ll
  llvm/test/Transforms/SLPVectorizer/X86/alternate-int.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115462.393252.patch
Type: text/x-patch
Size: 15406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211209/35422f4e/attachment.bin>


More information about the llvm-commits mailing list