commit | 2105006c6e66e05becaa325932d4eab21488c51c | [log] [tgz] |
---|---|---|
author | Artur Pilipenko <apilipenko@azulsystems.com> | Thu Feb 09 15:13:40 2017 +0000 |
committer | Artur Pilipenko <apilipenko@azulsystems.com> | Thu Feb 09 15:13:40 2017 +0000 |
tree | dd47f2818c98607b8cf476d5ae8cd4f02bc4f8e8 | |
parent | ed71bd2a515058926f578891a87df94123c52aa1 [diff] |
Add DAGCombiner load combine tests for partially available values If some of the trailing or leading bytes of a load combine pattern are zeroes we can combine the pattern to a load + zext and shift. Currently we don't support it, so the tests check the current codegen without load combine. This change will make the patch to support this kind of combine a bit more clear. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294591 91177308-0d34-0410-b5e6-96231b3b80d8