[PATCH] D135279: [SLP]Improve/fix CSE analysis of the blocks/instructions.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 09:05:35 PDT 2022


ABataev created this revision.
ABataev added reviewers: RKSimon, vdmitrie.
Herald added subscribers: vporpo, hiraditya.
Herald added a project: All.
ABataev requested review of this revision.
Herald added a subscriber: pcwang-thead.
Herald added a project: LLVM.

Added analysis for invariant extractelement instructions and improved
detection of the CSE blocks for generated extractelement instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135279

Files:
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/test/Transforms/SLPVectorizer/X86/cse_extractelement.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135279.465427.patch
Type: text/x-patch
Size: 8318 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221005/90fc865d/attachment.bin>


More information about the llvm-commits mailing list