[PATCH] D42100: Fix codegen of stores of vectors with non byte-sized elements.

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 31 06:21:19 PST 2018


jonpa updated this revision to Diff 132162.
jonpa added a comment.

This patch follows your suggestion by reversing the order of the vector elements in the built integer for big endian targets.

SystemZ tests updated.


https://reviews.llvm.org/D42100

Files:
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/SystemZ/store_nonbytesized_vecs.ll
  test/CodeGen/SystemZ/vec-move-17.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42100.132162.patch
Type: text/x-patch
Size: 8502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180131/af592e47/attachment.bin>


More information about the llvm-commits mailing list