[PATCH] D73727: [SLP] drop poison-generating flags for shuffle reduction ops (PR44536)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 10:41:10 PST 2020


spatel updated this revision to Diff 241511.
spatel added a comment.

Patch updated:
Uploaded a wrong draft of the patch initially - the flag-dropping should be done *inside* the loop to apply to all ops in the reduction.


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

https://reviews.llvm.org/D73727

Files:
  llvm/lib/Transforms/Utils/LoopUtils.cpp
  llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll
  llvm/test/Transforms/SLPVectorizer/X86/remark_horcost.ll
  llvm/test/Transforms/SLPVectorizer/X86/scheduling.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73727.241511.patch
Type: text/x-patch
Size: 16359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200130/215fd7b9/attachment.bin>


More information about the llvm-commits mailing list