[all-commits] [llvm/llvm-project] 136571: [VE] Add vsll, vsrl, vsla, vsra, and vsfa intrinsi...

Kazushi Marukawa via All-commits all-commits at lists.llvm.org
Thu Dec 3 06:20:21 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1365718778b4ce05587afa22835282c5d3f835b7
      https://github.com/llvm/llvm-project/commit/1365718778b4ce05587afa22835282c5d3f835b7
  Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
  Date:   2020-12-03 (Thu, 03 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/vsfa.ll
    A llvm/test/CodeGen/VE/VELIntrinsics/vsla.ll
    A llvm/test/CodeGen/VE/VELIntrinsics/vsll.ll
    A llvm/test/CodeGen/VE/VELIntrinsics/vsra.ll
    A llvm/test/CodeGen/VE/VELIntrinsics/vsrl.ll

  Log Message:
  -----------
  [VE] Add vsll, vsrl, vsla, vsra, and vsfa intrinsic instructions

Add vsll, vsrl, vsla, vsra, and vsfa intrinsic instructions and
regression tests.

Reviewed By: simoll

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




More information about the All-commits mailing list