[PATCH] D104673: [LV, VP] Add CLI option to support predicated vectorization

Vineet Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 21 15:43:46 PDT 2021


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

This patch adds a hidden command line option to enable predicated vectorization using VP intrinsics.
It is the 3rd patch in the series of patches to enable vector predication support (D99750 <https://reviews.llvm.org/D99750>).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104673

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104673.353503.patch
Type: text/x-patch
Size: 5669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210621/54ff051f/attachment.bin>


More information about the llvm-commits mailing list