[all-commits] [llvm/llvm-project] 998014: [RISCV][SelectionDAG] Support VP_ADD/VP_MUL/VP_SUB...

WangLian via All-commits all-commits at lists.llvm.org
Mon Apr 25 19:34:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 998014830549b411b0f52f0fbf6c997a4faf3d8e
      https://github.com/llvm/llvm-project/commit/998014830549b411b0f52f0fbf6c997a4faf3d8e
  Author: Lian Wang <Lian.Wang at streamcomputing.com>
  Date:   2022-04-26 (Tue, 26 Apr 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    A llvm/test/CodeGen/RISCV/fixed-vectors-vadd-vp-mask.ll
    A llvm/test/CodeGen/RISCV/fixed-vectors-vmul-vp-mask.ll
    A llvm/test/CodeGen/RISCV/fixed-vectors-vsub-vp-mask.ll
    A llvm/test/CodeGen/RISCV/vadd-vp-mask.ll
    A llvm/test/CodeGen/RISCV/vmul-vp-mask.ll
    A llvm/test/CodeGen/RISCV/vsub-vp-mask.ll

  Log Message:
  -----------
  [RISCV][SelectionDAG] Support VP_ADD/VP_MUL/VP_SUB mask operations

Reviewed By: craig.topper

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




More information about the All-commits mailing list