[PATCH] D82227: SLP: honor requested max vector size merging PHIs

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 19 12:32:11 PDT 2020


rampitec created this revision.
rampitec added reviewers: arsenm, miloserd.
Herald added subscribers: hiraditya, wdng.
Herald added a project: LLVM.
rampitec updated this revision to Diff 272159.
rampitec added a comment.

Cleanup the test.


At the moment this place does not check maximum size set
by TTI and just creates a maximum possible vectors.


https://reviews.llvm.org/D82227

Files:
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/test/Transforms/SLPVectorizer/X86/remark_unsupported.ll
  llvm/test/Transforms/SLPVectorizer/slp-max-phi-size.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82227.272159.patch
Type: text/x-patch
Size: 8018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200619/91ff6abc/attachment-0001.bin>


More information about the llvm-commits mailing list