[all-commits] [llvm/llvm-project] 28cfa7: [VP] Strided loads/stores

Lorenzo Albano via All-commits all-commits at lists.llvm.org
Thu Mar 10 09:48:15 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 28cfa764c2e391f3ee0cd9395a04bf444dc9b840
      https://github.com/llvm/llvm-project/commit/28cfa764c2e391f3ee0cd9395a04bf444dc9b840
  Author: Lorenzo Albano <loralb at posteo.net>
  Date:   2022-03-10 (Thu, 10 Mar 2022)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/CodeGen/SelectionDAG.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
    M llvm/lib/IR/IntrinsicInst.cpp
    M llvm/unittests/IR/VPIntrinsicTest.cpp

  Log Message:
  -----------
  [VP] Strided loads/stores

This patch introduces two new experimental IR intrinsics and SDAG nodes
to represent vector strided loads and stores.

Reviewed By: simoll

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




More information about the All-commits mailing list