[PATCH] D94230: [AArch64][SVE] Add SVE IR pass to coalesce ptrue instrinsic calls

Joe Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 03:18:30 PST 2021


joechrisellis updated this revision to Diff 321044.
joechrisellis marked 3 inline comments as done.
joechrisellis added a comment.

Address @david-arm's comments.

- Use `ScalableVectorType` instead of `VectorType`; we don't expect anything other than scalable vectors in this context.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94230

Files:
  llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
  llvm/test/CodeGen/AArch64/sve-coalesce-ptrue-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94230.321044.patch
Type: text/x-patch
Size: 25201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210203/ff3e622b/attachment.bin>


More information about the llvm-commits mailing list