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

Lorenzo Albano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 14 08:40:54 PST 2021


loralb updated this revision to Diff 394256.
loralb marked an inline comment as done.
loralb added a comment.

Changelog:

- ensure default alignment behaviour reflects changes in D114423 <https://reviews.llvm.org/D114423>
- align `MemoryLocation` retrieval for `VPStridedLoad` to `VPLoad` (see D115036 <https://reviews.llvm.org/D115036>)


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.394256.patch
Type: text/x-patch
Size: 43679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211214/3cf3c418/attachment.bin>


More information about the llvm-commits mailing list