[PATCH] D91362: [SelectionDAG] Add llvm.vector.{extract,insert} intrinsics

Joe Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 09:28:39 PST 2020


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

Address @sdesmalen and @paulwalker-arm review comments.

- Add tests.
- Use ImmArg for idx parameter.
- Include example of inserting a fixed-width vector into a scalable vector in LangRef.rst.
- Use more precise description of idx in LangRef.rst.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91362

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/AArch64/sve-extract-vector.ll
  llvm/test/CodeGen/AArch64/sve-insert-vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91362.305190.patch
Type: text/x-patch
Size: 19059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201113/bb8ac190/attachment-0001.bin>


More information about the llvm-commits mailing list