[PATCH] D105283: [VP] Introduction VectorBuilder, the VP intrinsic builder

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 07:29:59 PDT 2021


simoll created this revision.
simoll added reviewers: rogfer01, craig.topper, frasercrmck, HsiangKai, vkmr.
simoll added a project: VP.
Herald added subscribers: dexonsmith, hiraditya, mgorny.
simoll requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

VectorBuilder wraps around an IRBuilder and VectorBuilder::createVectorInstructions emits VP intrinsics as if they were regular instructions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105283

Files:
  llvm/include/llvm/IR/VectorBuilder.h
  llvm/lib/IR/CMakeLists.txt
  llvm/lib/IR/VectorBuilder.cpp
  llvm/unittests/IR/CMakeLists.txt
  llvm/unittests/IR/VectorBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105283.355874.patch
Type: text/x-patch
Size: 13165 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210701/39b49aaf/attachment.bin>


More information about the llvm-commits mailing list