[PATCH] D25914: Redo store splitting in CodeGenPrepare

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 15:49:51 PST 2016


wmi updated this revision to Diff 79471.
wmi added a comment.

Address Chandler and David's comments.

- Add an option to force store splitting.
- Add int pair related tests
- early exit if getTypeStoreSizeInBits and getTypeSizeInBits return different values for store type before and after split


Repository:
  rL LLVM

https://reviews.llvm.org/D25914

Files:
  lib/CodeGen/CodeGenPrepare.cpp
  test/CodeGen/X86/split-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25914.79471.patch
Type: text/x-patch
Size: 9726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161128/2731396b/attachment.bin>


More information about the llvm-commits mailing list