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

Lorenzo Albano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 18 09:16:40 PST 2022


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

Changelog:

- Mention that the align parameter attribute can be provided for the base pointer operands


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.409936.patch
Type: text/x-patch
Size: 43818 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220218/da01ccdd/attachment.bin>


More information about the llvm-commits mailing list