diff options
Diffstat (limited to 'test/CodeGen/PowerPC/combine_loads_from_build_pair.ll')
-rw-r--r-- | test/CodeGen/PowerPC/combine_loads_from_build_pair.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll b/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll index 0f8f18a17879..45cc740d1eae 100644 --- a/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll +++ b/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll @@ -12,6 +12,8 @@ define i64 @func1(i64 %p1, i64 %p2, i64 %p3, i64 %p4, { i64, i8* } %struct) { ; CHECK-DAG: [[LOBITS:t[0-9]+]]: i32,ch = load<LD4[FixedStack-2]> ; CHECK-DAG: [[HIBITS:t[0-9]+]]: i32,ch = load<LD4[FixedStack-1]> ; CHECK: Combining: t{{[0-9]+}}: i64 = build_pair [[LOBITS]], [[HIBITS]] +; CHECK-NEXT: Creating new node +; CHECK-SAME: load<LD8[FixedStack-1] ; CHECK-NEXT: into ; CHECK-SAME: load<LD8[FixedStack-1] ; CHECK-LABEL: Optimized lowered selection DAG: |