| commit | 24c46ad50f066e0368da1e6ad50458460857d9d5 | [log] [tgz] |
|---|---|---|
| author | Chad Rosier <mcrosier@codeaurora.org> | Tue Feb 09 18:10:20 2016 +0000 |
| committer | Chad Rosier <mcrosier@codeaurora.org> | Tue Feb 09 18:10:20 2016 +0000 |
| tree | e38a13aede58eab585cbe4e1ab970af3074e8175 | |
| parent | d809be40d2012fc0abcd466764fb258256ec440a [diff] |
[AArch64] Cleanup to simplify logic when widening vs. pairing loads/stores. NFC. The logic to pair instructions and merge narrow instructions has become cloogy and error prone. This patch beings to unravel these two similar, but distinct optimizations. llvm-svn: 260242