[PATCH] D109584: Implementing expansion pass for VP load and store.

Hussain Kadhem via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 01:58:13 PDT 2021


hussainjk created this revision.
Herald added subscribers: rogfer01, hiraditya.
hussainjk requested review of this revision.
Herald added subscribers: llvm-commits, vkmr.
Herald added a project: LLVM.

Added functions to the ExpandVectorPredication pass to handle VP loads and stores. This includes an experimental expansion for when %evl but not %mask is used, and there is no lowering for masked loads and stores, which attains better performance by reducing branches.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109584

Files:
  llvm/lib/CodeGen/ExpandVectorPredication.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109584.371830.patch
Type: text/x-patch
Size: 13574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210910/bb06330d/attachment.bin>


More information about the llvm-commits mailing list