From 3ab475a9ad8a27de64f83f162b5baa736d09c583 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sun, 22 Nov 2015 19:05:53 +0000 Subject: [PATCH] [X86][FMA] Regenerate tests. Fixes some broken checks. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253830 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/fma_patterns.ll | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/CodeGen/X86/fma_patterns.ll b/test/CodeGen/X86/fma_patterns.ll index 6a42744543a..c8667d7b8ad 100644 --- a/test/CodeGen/X86/fma_patterns.ll +++ b/test/CodeGen/X86/fma_patterns.ll @@ -235,10 +235,10 @@ define float @test_x86_fnmsub_ss(float %a0, float %a1, float %a2) { } define <4 x float> @test_x86_fmadd_ps_load(<4 x float>* %a0, <4 x float> %a1, <4 x float> %a2) { -; CHECK-FMA-LABEL: test_x86_fmadd_ps_load: -; CHECK-FMA: # BB#0: -; CHECK-FMA-NEXT: vfmadd132ps (%rdi), %xmm1, %xmm0 -; CHECK-FMA-NEXT: retq +; CHECK_FMA-LABEL: test_x86_fmadd_ps_load: +; CHECK_FMA: # BB#0: +; CHECK_FMA-NEXT: vfmadd132ps (%rdi), %xmm1, %xmm0 +; CHECK_FMA-NEXT: retq ; ; CHECK_FMA4-LABEL: test_x86_fmadd_ps_load: ; CHECK_FMA4: # BB#0: @@ -251,10 +251,10 @@ define <4 x float> @test_x86_fmadd_ps_load(<4 x float>* %a0, <4 x float> %a1, <4 } define <4 x float> @test_x86_fmsub_ps_load(<4 x float>* %a0, <4 x float> %a1, <4 x float> %a2) { -; CHECK-FMA-LABEL: test_x86_fmsub_ps_load: -; CHECK-FMA: # BB#0: -; CHECK-FMA-NEXT: vfmsub132ps (%rdi), %xmm1, %xmm0 -; CHECK-FMA-NEXT: retq +; CHECK_FMA-LABEL: test_x86_fmsub_ps_load: +; CHECK_FMA: # BB#0: +; CHECK_FMA-NEXT: vfmsub132ps (%rdi), %xmm1, %xmm0 +; CHECK_FMA-NEXT: retq ; ; CHECK_FMA4-LABEL: test_x86_fmsub_ps_load: ; CHECK_FMA4: # BB#0: -- 2.34.1