[all-commits] [llvm/llvm-project] 3ffbc7: [VP] Build VP SDNodes

Simon Moll via All-commits all-commits at lists.llvm.org
Wed Dec 9 02:38:28 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ffbc7935718bd792f2947e90dfcf61e8cc5fb97
      https://github.com/llvm/llvm-project/commit/3ffbc7935718bd792f2947e90dfcf61e8cc5fb97
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2020-12-09 (Wed, 09 Dec 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/IR/VPIntrinsics.def
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/IR/IntrinsicInst.cpp
    A llvm/test/CodeGen/VE/Vector/vp_add.ll
    A llvm/test/CodeGen/VE/Vector/vp_and.ll
    A llvm/test/CodeGen/VE/Vector/vp_ashr.ll
    A llvm/test/CodeGen/VE/Vector/vp_lshr.ll
    A llvm/test/CodeGen/VE/Vector/vp_mul.ll
    A llvm/test/CodeGen/VE/Vector/vp_or.ll
    A llvm/test/CodeGen/VE/Vector/vp_sdiv.ll
    A llvm/test/CodeGen/VE/Vector/vp_shl.ll
    A llvm/test/CodeGen/VE/Vector/vp_srem.ll
    A llvm/test/CodeGen/VE/Vector/vp_sub.ll
    A llvm/test/CodeGen/VE/Vector/vp_udiv.ll
    A llvm/test/CodeGen/VE/Vector/vp_urem.ll
    A llvm/test/CodeGen/VE/Vector/vp_xor.ll

  Log Message:
  -----------
  [VP] Build VP SDNodes

Translate VP intrinsics to VP_* SDNodes.  The tests check whether a
matching vp_* SDNode is emitted.

Reviewed By: craig.topper

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




More information about the All-commits mailing list