diff options
author | Sam Parker <sam.parker@arm.com> | 2017-12-05 15:13:47 +0000 |
---|---|---|
committer | Sam Parker <sam.parker@arm.com> | 2017-12-05 15:13:47 +0000 |
commit | 0a436a9d6232f8e2a0334dcee2a5529c2b42f208 (patch) | |
tree | c7ea86b6398eb5f6a805994cdfc05b6f27d26efb /llvm/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll | |
parent | 4d08aedba3264bfa5e09b18218302d85e9d0cdc7 (diff) | |
download | bcm5719-llvm-0a436a9d6232f8e2a0334dcee2a5529c2b42f208.tar.gz bcm5719-llvm-0a436a9d6232f8e2a0334dcee2a5529c2b42f208.zip |
[DAGCombine] Move AND nodes to multiple load leaves
Search from AND nodes to find whether they can be propagated back to
loads, so that the AND and load can be combined into a narrow load.
We search through OR, XOR and other AND nodes and all bar one of the
leaves are required to be loads or constants. The exception node then
needs to be masked off meaning that the 'and' isn't removed, but the
loads(s) are narrowed still.
Differential Revision: https://reviews.llvm.org/D39604
llvm-svn: 319773
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll')
0 files changed, 0 insertions, 0 deletions