diff options
-rw-r--r-- | llvm/test/CodeGen/Hexagon/fp_latency.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/Hexagon/fp_latency.ll b/llvm/test/CodeGen/Hexagon/fp_latency.ll index 3ea14191feb..4934897a7e3 100644 --- a/llvm/test/CodeGen/Hexagon/fp_latency.ll +++ b/llvm/test/CodeGen/Hexagon/fp_latency.ll @@ -40,15 +40,15 @@ b2: ; preds = %b2, %b1 %v15 = add nsw i32 %v14, %v11 %v16 = getelementptr inbounds [1000 x float], [1000 x float]* %v1, i32 0, i32 %v15 %v17 = load float, float* %v16, align 4, !tbaa !0 - %v18 = fmul float %v17, undef + %v18 = fmul float %v17, %v17 %v19 = mul nsw i32 %v13, 25 %v20 = add nsw i32 %v19, %v11 %v21 = getelementptr inbounds [1000 x float], [1000 x float]* %v2, i32 0, i32 %v20 %v22 = load float, float* %v21, align 4, !tbaa !0 - %v23 = fmul float %v22, undef + %v23 = fmul float %v22, %v22 %v24 = fadd float %v18, %v23 %v25 = load float, float* %v12, align 4, !tbaa !0 - %v26 = fmul float %v25, undef + %v26 = fmul float %v25, %v25 %v27 = fadd float %v24, %v26 %v28 = getelementptr inbounds [1000 x float], [1000 x float]* %v0, i32 0, i32 %v20 %v29 = load float, float* %v28, align 4, !tbaa !0 |