[all-commits] [llvm/llvm-project] b2cea5: [VE] FADD, FSUB, FMUL, FDIV v256f32|f64 isel and tests

Simon Moll via All-commits all-commits at lists.llvm.org
Tue Dec 21 00:31:03 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b2cea573c9a175688a68eec84dbb37864933f60f
      https://github.com/llvm/llvm-project/commit/b2cea573c9a175688a68eec84dbb37864933f60f
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
    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/vp_fadd.ll
    A llvm/test/CodeGen/VE/Vector/vp_fdiv.ll
    A llvm/test/CodeGen/VE/Vector/vp_fmul.ll
    A llvm/test/CodeGen/VE/Vector/vp_fsub.ll

  Log Message:
  -----------
  [VE] FADD,FSUB,FMUL,FDIV v256f32|f64 isel and tests

Depends on D115940 for the `Binary_rv_vr_vv` pattern class op isel
fragment used for divisions.

Reviewed By: kaz7

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




More information about the All-commits mailing list