OSDN Git Service

Regenerate test. NFCI
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 27 Jan 2018 19:49:46 +0000 (19:49 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sat, 27 Jan 2018 19:49:46 +0000 (19:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323603 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/avx512-cmp.ll

index f5b787d..dd4d6b9 100644 (file)
@@ -14,7 +14,6 @@ define double @test1(double %a, double %b) nounwind {
 ; ALL-NEXT:  LBB0_2: ## %l2
 ; ALL-NEXT:    vaddsd %xmm1, %xmm0, %xmm0
 ; ALL-NEXT:    retq
-; ALL-NEXT:    ## -- End function
   %tobool = fcmp une double %a, %b
   br i1 %tobool, label %l1, label %l2
 
@@ -37,7 +36,6 @@ define float @test2(float %a, float %b) nounwind {
 ; ALL-NEXT:  LBB1_2: ## %l2
 ; ALL-NEXT:    vaddss %xmm1, %xmm0, %xmm0
 ; ALL-NEXT:    retq
-; ALL-NEXT:    ## -- End function
   %tobool = fcmp olt float %a, %b
   br i1 %tobool, label %l1, label %l2