commit | 0f03390710142d541b855d70f97ed64e66880f29 | [log] [tgz] |
---|---|---|
author | Amaury Sechet <deadalnix@gmail.com> | Wed Mar 02 22:36:45 2016 +0000 |
committer | Amaury Sechet <deadalnix@gmail.com> | Wed Mar 02 22:36:45 2016 +0000 |
tree | d01bfaaf54596a67a091153253c8499025a62c25 | |
parent | ac6554cf169048133c0f77a093fb0bb7ed2220bf [diff] |
Explode store of arrays in instcombine Summary: This is the last step toward supporting aggregate memory access in instcombine. This explodes stores of arrays into a serie of stores for each element, allowing them to be optimized. Reviewers: joker.eph, reames, hfinkel, majnemer, mgrang Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D17828 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262530 91177308-0d34-0410-b5e6-96231b3b80d8