[PATCH] D22840: Split the store of an int value merged from a pair of smaller values into multiple stores.

Wei Mi via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 12:55:48 PDT 2016


wmi retitled this revision from "[InstCombine] Split int64 store into separate int32 stores " to "Split the store of an int value merged from a pair of smaller values into multiple stores.".
wmi updated this revision to Diff 66359.
wmi added a comment.

Addressed comments from Matt, David, and Chandler.
Two major changes:

1. reimplement the split in DAGCombiner.
2. remove the restriction of int64.


Repository:
  rL LLVM

https://reviews.llvm.org/D22840

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/Target/X86/X86ISelLowering.h
  test/Transforms/InstCombine/split-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22840.66359.patch
Type: text/x-patch
Size: 14596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160801/05368116/attachment.bin>


More information about the llvm-commits mailing list