[PATCH] D75276: [SLP][NFC] Delete some unreachable code.

Valeriy Dmitriev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 11:35:21 PST 2020


vdmitrie created this revision.
vdmitrie added reviewers: ABataev, Vasilis.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This patch deletes some dead code out of SLP vectorizer. Couple of changes taken out of D57059 <https://reviews.llvm.org/D57059> to slightly lighten it plus one more similar case fixed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75276

Files:
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75276.247037.patch
Type: text/x-patch
Size: 8857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200227/bef21007/attachment.bin>


More information about the llvm-commits mailing list