[all-commits] [llvm/llvm-project] 4fd771: [VE] Split unsupported v512.32 ops

Simon Moll via All-commits all-commits at lists.llvm.org
Tue Feb 22 05:31:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4fd77129f2deb4f84e39b3c3e11095522cae542f
      https://github.com/llvm/llvm-project/commit/4fd77129f2deb4f84e39b3c3e11095522cae542f
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2022-02-22 (Tue, 22 Feb 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/VEISelLowering.h
    M llvm/lib/Target/VE/VEInstrPatternsVec.td
    M llvm/lib/Target/VE/VVPISelLowering.cpp
    M llvm/lib/Target/VE/VVPNodes.def
    A llvm/test/CodeGen/VE/Packed/vp_fdiv.ll
    A llvm/test/CodeGen/VE/Packed/vp_mul.ll
    A llvm/test/CodeGen/VE/Packed/vp_sdiv.ll
    A llvm/test/CodeGen/VE/Packed/vp_udiv.ll

  Log Message:
  -----------
  [VE] Split unsupported v512.32 ops

Split v512.32 binary ops into two v256.32 ops using packing support
opcodes (vec_unpack_lo|hi, vec_pack).

Depends on D120053 for packing opcodes.

Reviewed By: kaz7

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




More information about the All-commits mailing list