[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
Tue Jan 16 04:18:31 PST 2018


jonpa created this revision.
jonpa added reviewers: eli.friedman, uweigand.

https://bugs.llvm.org/show_bug.cgi?id=35520

This is completely broken currently.


https://reviews.llvm.org/D42100

Files:
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/Generic/store_nonbytesized_vecs.ll
  test/CodeGen/SystemZ/vec-move-17.ll
  test/CodeGen/X86/bitcast-and-setcc-512.ll
  test/CodeGen/X86/bitcast-setcc-512.ll
  test/CodeGen/X86/clear_upper_vector_element_bits.ll
  test/CodeGen/X86/pr20011.ll
  test/CodeGen/X86/trunc-store.ll
  test/CodeGen/X86/vector-compare-results.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42100.129935.patch
Type: text/x-patch
Size: 488863 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180116/8027293d/attachment-0001.bin>


More information about the llvm-commits mailing list