[llvm] r321541 - Unbreak test relying on debug output after r321540.
Benjamin Kramer via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 28 13:36:10 PST 2017
Author: d0k
Date: Thu Dec 28 13:36:10 2017
New Revision: 321541
URL: http://llvm.org/viewvc/llvm-project?rev=321541&view=rev
Log:
Unbreak test relying on debug output after r321540.
Modified:
llvm/trunk/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll
Modified: llvm/trunk/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll?rev=321541&r1=321540&r2=321541&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/combine_loads_from_build_pair.ll Thu Dec 28 13:36:10 2017
@@ -12,6 +12,8 @@ define i64 @func1(i64 %p1, i64 %p2, i64
; 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:
More information about the llvm-commits
mailing list