[all-commits] [llvm/llvm-project] c1762b: [VE] Add vcmp, vmax, and vmin intrinsic instructions

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Tue Dec 1 18:17:09 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c1762bcf0a3be067e96a5739a14954c8f08a0fba
      https://github.com/llvm/llvm-project/commit/c1762bcf0a3be067e96a5739a14954c8f08a0fba
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-12-02 (Wed, 02 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/vcmp.ll
    A llvm/test/CodeGen/VE/VELIntrinsics/vmax.ll
    A llvm/test/CodeGen/VE/VELIntrinsics/vmin.ll

  Log Message:
  -----------
  [VE] Add vcmp, vmax, and vmin intrinsic instructions

Add vcmp, vmax, and vmin intrinsic instructions and regression tests.

Reviewed By: simoll

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




More information about the All-commits mailing list