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

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 2 05:28:04 PST 2022


simoll updated this revision to Diff 412383.
simoll marked an inline comment as done.
simoll added a comment.
Herald added a project: All.

Improved parameter list construction following @craig.topper 's suggestion. Also, fast path (both mask and evl at tail) improved to allow for any ordering of the two.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105283/new/

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.412383.patch
Type: text/x-patch
Size: 20399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220302/450914f6/attachment.bin>


More information about the llvm-commits mailing list