[PATCH] D107284: [LoopVectorize] Add support for replication of more intrinsics with scalable vectors

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 4 09:11:00 PDT 2021


david-arm updated this revision to Diff 364151.
david-arm edited the summary of this revision.
david-arm added a comment.

- Changed the patch to add some intrinsics to the Uniforms list where possible and inlined parts of isUniformIntrinsicCall into handleReplication instead.


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

https://reviews.llvm.org/D107284

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/test/Transforms/LoopVectorize/assume.ll
  llvm/test/Transforms/LoopVectorize/scalable-assume.ll
  llvm/test/Transforms/LoopVectorize/scalable-lifetime.ll
  llvm/test/Transforms/LoopVectorize/scalable-noalias-scope-decl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107284.364151.patch
Type: text/x-patch
Size: 18122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210804/8ae6916a/attachment.bin>


More information about the llvm-commits mailing list