diff options
| author | Artur Pilipenko <apilipenko@azulsystems.com> | 2017-02-16 17:07:27 +0000 |
|---|---|---|
| committer | Artur Pilipenko <apilipenko@azulsystems.com> | 2017-02-16 17:07:27 +0000 |
| commit | 85d758299e480ad4b0c924a971dc79b7809b5acd (patch) | |
| tree | c5ab9abb102ca868cfdf05c0af50668d2bad780d /llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll | |
| parent | fc711b1f4772dd14ce679176e499683ee7c8642f (diff) | |
| download | bcm5719-llvm-85d758299e480ad4b0c924a971dc79b7809b5acd.tar.gz bcm5719-llvm-85d758299e480ad4b0c924a971dc79b7809b5acd.zip | |
[DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes in load combine
Resubmit -r295314 with PowerPC and AMDGPU tests updated.
Support {a|s}ext, {a|z|s}ext load nodes as a part of load combine patters.
Reviewed By: filcab
Differential Revision: https://reviews.llvm.org/D29591
llvm-svn: 295336
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll b/llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll index 25b3e5d8933..6fcbdda4e34 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64le-aggregates.ll @@ -284,10 +284,7 @@ entry: ; CHECK-DAG: lfs 12, 12({{[0-9]+}}) ; CHECK-DAG: lfs 13, 16({{[0-9]+}}) -; CHECK-DAG: lwz [[REG0:[0-9]+]], 0({{[0-9]+}}) -; CHECK-DAG: lwz [[REG1:[0-9]+]], 4({{[0-9]+}}) -; CHECK-DAG: sldi [[REG2:[0-9]+]], [[REG1]], 32 -; CHECK-DAG: or 10, [[REG0]], [[REG2]] +; CHECK-DAG: ld 10, 0({{[0-9]+}}) ; CHECK: bl test2 declare void @test2([8 x float], [5 x float], [2 x float]) |

