[all-commits] [llvm/llvm-project] f318d1: [VE] v256i32|64 reduction isel and tests

Simon Moll via All-commits all-commits at lists.llvm.org
Mon Mar 14 03:12:27 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f318d1e26b7c2c27d8b22b3402208898675ea42e
      https://github.com/llvm/llvm-project/commit/f318d1e26b7c2c27d8b22b3402208898675ea42e
  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.cpp
    M llvm/lib/Target/VE/VETargetTransformInfo.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_reduce_add.ll
    A llvm/test/CodeGen/VE/Vector/vec_reduce_and.ll
    A llvm/test/CodeGen/VE/Vector/vec_reduce_or.ll
    A llvm/test/CodeGen/VE/Vector/vec_reduce_smax.ll
    A llvm/test/CodeGen/VE/Vector/vec_reduce_xor.ll
    A llvm/test/CodeGen/VE/Vector/vp_reduce_add.ll
    A llvm/test/CodeGen/VE/Vector/vp_reduce_and.ll
    A llvm/test/CodeGen/VE/Vector/vp_reduce_or.ll
    A llvm/test/CodeGen/VE/Vector/vp_reduce_smax.ll
    A llvm/test/CodeGen/VE/Vector/vp_reduce_xor.ll

  Log Message:
  -----------
  [VE] v256i32|64 reduction isel and tests

and|add|or|xor|smax v256i32|64 isel and tests for vp and vector.reduce
intrinsics

Reviewed By: kaz7

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




More information about the All-commits mailing list