[all-commits] [llvm/llvm-project] 139e08: [Assignment Tracking][23/*] Account for assignment...

Orlando Cazalet-Hyams via All-commits all-commits at lists.llvm.org
Tue Nov 15 07:20:51 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 139e08efc55b4601ce2c2cf9afbcec714aaa017a
      https://github.com/llvm/llvm-project/commit/139e08efc55b4601ce2c2cf9afbcec714aaa017a
  Author: OCHyams <orlando.hyams at sony.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

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

  Log Message:
  -----------
  [Assignment Tracking][23/*] Account for assignment tracking in SLP Vectorizer

The Assignment Tracking debug-info feature is outlined in this RFC:

https://discourse.llvm.org/t/
rfc-assignment-tracking-a-better-way-of-specifying-variable-locations-in-ir

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.

Reviewed By: jmorse

Differential Revision: https://reviews.llvm.org/D133320




More information about the All-commits mailing list