[llvm] r323603 - Regenerate test. NFCI

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 27 11:49:46 PST 2018


Author: rksimon
Date: Sat Jan 27 11:49:46 2018
New Revision: 323603

URL: http://llvm.org/viewvc/llvm-project?rev=323603&view=rev
Log:
Regenerate test. NFCI

Modified:
    llvm/trunk/test/CodeGen/X86/avx512-cmp.ll

Modified: llvm/trunk/test/CodeGen/X86/avx512-cmp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/avx512-cmp.ll?rev=323603&r1=323602&r2=323603&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/avx512-cmp.ll (original)
+++ llvm/trunk/test/CodeGen/X86/avx512-cmp.ll Sat Jan 27 11:49:46 2018
@@ -14,7 +14,6 @@ define double @test1(double %a, double %
 ; 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)
 ; 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
 




More information about the llvm-commits mailing list