[PATCH] D133320: [Assignment Tracking][23/*] Account for assignment tracking in SLP Vectorizer

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 08:49:40 PDT 2022


Orlando created this revision.
Orlando added a project: debug-info.
Herald added subscribers: vporpo, pengfei, hiraditya.
Herald added a project: All.
Orlando requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead.
Herald added a project: LLVM.

The SLP-Vectorizer can merge a set of scalar stores into a single vectorized store. Merge `DIAssignID` intrinsics from the scalar stores onto the new vectorized store.

---

The test currently requires x86 - if anyone knows any command line options to tell opt to enable the vectorization in the test without the triple please let me know.


https://reviews.llvm.org/D133320

Files:
  llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/test/DebugInfo/Generic/assignment-tracking/slp-vectorizer/merge-scalars.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133320.458001.patch
Type: text/x-patch
Size: 10817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220905/57ca879d/attachment.bin>


More information about the llvm-commits mailing list