From: Simon Pilgrim Date: Sat, 30 Mar 2019 20:24:26 +0000 (+0000) Subject: [SystemZ] Remove fcmp undef from reduced test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7598a01597f36a5687443da1487b1ff6e5f17e2d;p=llvm [SystemZ] Remove fcmp undef from reduced test Pre-commit for D60006 (Add fcmp UNDEF handling to SelectionDAG::FoldSetCC) Approved by @uweigand (Ulrich Weigand) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@357355 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/SystemZ/DAGCombiner_illegal_BUILD_VECTOR.ll b/test/CodeGen/SystemZ/DAGCombiner_illegal_BUILD_VECTOR.ll index ced380d7f7e..02bae826dcb 100644 --- a/test/CodeGen/SystemZ/DAGCombiner_illegal_BUILD_VECTOR.ll +++ b/test/CodeGen/SystemZ/DAGCombiner_illegal_BUILD_VECTOR.ll @@ -5,7 +5,7 @@ ; BUILD_VECTOR node. -define void @pr32422() { +define void @pr32422(double %a0) { ; CHECK-LABEL: pr32422: ; CHECK: # %bb.0: # %BB ; CHECK-NEXT: .LBB0_1: # %CF @@ -23,7 +23,7 @@ BB: br label %CF CF: ; preds = %CF, %BB - %Cmp40 = fcmp uno double 0xC663C682E9619F00, undef + %Cmp40 = fcmp uno double 0xC663C682E9619F00, %a0 br i1 %Cmp40, label %CF, label %CF353 CF353: ; preds = %CF