[PATCH] D91441: [VP] Build VP SDNodes

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 09:36:57 PST 2020


simoll created this revision.
simoll added reviewers: craig.topper, arsenm, frasercrmck, SjoerdMeijer, mkuper, hussainjk, m_zuckerman, ddibyend, rengolin, cameron.mcinally, rogfer01.
simoll added a project: VP.
Herald added subscribers: llvm-commits, dexonsmith, hiraditya.
Herald added a project: LLVM.
simoll requested review of this revision.
Herald added a subscriber: wdng.

Translate VP intrinsics into VP_* SDNodes.  The (crude) tests check whether a matching vp_* SDNode is emitted.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91441

Files:
  llvm/include/llvm/CodeGen/ISDOpcodes.h
  llvm/include/llvm/IR/VPIntrinsics.def
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/test/CodeGen/VE/Vector/vp_add.ll
  llvm/test/CodeGen/VE/Vector/vp_sub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91441.305194.patch
Type: text/x-patch
Size: 14017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201113/aeee7eca/attachment.bin>


More information about the llvm-commits mailing list