[PATCH] D114884: [VP] Strided loads/stores

Lorenzo Albano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 15 06:36:50 PST 2021


loralb updated this revision to Diff 394547.
loralb added a comment.

Changelog:

- use explicit return type in `Intrinsic::getDeclaration()` for `experimental_vp_strided_load`
- get first argument type from first operand in `Intrinsic::getDeclaration()` for `experimental_vp_strided_store`


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

https://reviews.llvm.org/D114884

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/CodeGen/SelectionDAG.h
  llvm/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/IR/VPIntrinsics.def
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/unittests/IR/VPIntrinsicTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114884.394547.patch
Type: text/x-patch
Size: 43631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211215/0a74c6f9/attachment.bin>


More information about the llvm-commits mailing list