[all-commits] [llvm/llvm-project] a5f126: [VE] v256.32|64 gather|scatter isel and tests

Simon Moll via All-commits all-commits at lists.llvm.org
Mon Mar 14 02:40:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a5f126233233605bf71a884087bf719e4f388d5f
      https://github.com/llvm/llvm-project/commit/a5f126233233605bf71a884087bf719e4f388d5f
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2022-03-14 (Mon, 14 Mar 2022)

  Changed paths:
    M llvm/lib/Target/VE/VECustomDAG.cpp
    M llvm/lib/Target/VE/VECustomDAG.h
    M llvm/lib/Target/VE/VEISelLowering.h
    M llvm/lib/Target/VE/VVPISelLowering.cpp
    M llvm/lib/Target/VE/VVPInstrInfo.td
    M llvm/lib/Target/VE/VVPInstrPatternsVec.td
    M llvm/lib/Target/VE/VVPNodes.def
    A llvm/test/CodeGen/VE/Vector/vec_gather.ll
    A llvm/test/CodeGen/VE/Vector/vec_scatter.ll
    A llvm/test/CodeGen/VE/Vector/vp_gather.ll
    A llvm/test/CodeGen/VE/Vector/vp_scatter.ll

  Log Message:
  -----------
  [VE] v256.32|64 gather|scatter isel and tests

This adds support for v256.32|64 scatter|gather isel.  vp.gather|scatter
and regular gather|scatter intrinsics are both lowered to the internal
VVP layer.  Splitting these ops on v512.32 is the subject of future
patches.

Reviewed By: kaz7

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




More information about the All-commits mailing list