[all-commits] [llvm/llvm-project] e936d1: [VE] Add vfadd, vfsub, vfmul, and vfdiv intrinsic ...

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Fri Dec 4 05:03:57 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e936d1e11345db5d2de3d1a73bd705d8fcf99fbc
      https://github.com/llvm/llvm-project/commit/e936d1e11345db5d2de3d1a73bd705d8fcf99fbc
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsVEVL.gen.td
    M llvm/lib/Target/VE/VEInstrIntrinsicVL.gen.td
    A llvm/test/CodeGen/VE/VELIntrinsics/vfadd.ll
    A llvm/test/CodeGen/VE/VELIntrinsics/vfdiv.ll
    A llvm/test/CodeGen/VE/VELIntrinsics/vfmul.ll
    A llvm/test/CodeGen/VE/VELIntrinsics/vfsub.ll

  Log Message:
  -----------
  [VE] Add vfadd, vfsub, vfmul, and vfdiv intrinsic instructions

Add vfadd, vfsub, vfmul, and vfdiv intrinsic instructions and
regression tests.

Reviewed By: simoll

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




More information about the All-commits mailing list