[PATCH] D17223: LegalizeDAG: Don't replace vector store with integer if not legal

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 15:56:40 PST 2016


arsenm created this revision.
arsenm added a subscriber: llvm-commits.

For the same reason as the corresponding load change.
    
Note that ExpandStore is completely broken for non-byte sized element
vector stores, but preserve the current broken behavior which has tests
for it. The behavior should be the same, but now introduces a new typed
store that is incorrectly split later rather than doing it directly.

http://reviews.llvm.org/D17223

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17223.47871.patch
Type: text/x-patch
Size: 7151 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160212/8f437ccb/attachment.bin>


More information about the llvm-commits mailing list