[llvm] r282689 - [X86] Remove extra FileCheck lines that got left behind in r282688.

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 23:07:07 PDT 2016


Author: ctopper
Date: Thu Sep 29 01:07:07 2016
New Revision: 282689

URL: http://llvm.org/viewvc/llvm-project?rev=282689&view=rev
Log:
[X86] Remove extra FileCheck lines that got left behind in r282688.

Modified:
    llvm/trunk/test/CodeGen/X86/avx2-vbroadcast.ll

Modified: llvm/trunk/test/CodeGen/X86/avx2-vbroadcast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/avx2-vbroadcast.ll?rev=282689&r1=282688&r2=282689&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/avx2-vbroadcast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/avx2-vbroadcast.ll Thu Sep 29 01:07:07 2016
@@ -1605,9 +1605,6 @@ eintry:
   ret void
 }
 
-; X64-LABEL: isel_crash_2q
-; X64: vpbroadcastq {{[^,]+}}, %xmm{{[0-9]+}}
-; X64: ret
 define void @isel_crash_2q(i64* %cV_R.addr) {
 ; X32-AVX2-LABEL: isel_crash_2q:
 ; X32-AVX2:       ## BB#0: ## %entry
@@ -1681,9 +1678,6 @@ entry:
   ret void
 }
 
-; X64-LABEL: isel_crash_4q
-; X64: vbroadcastsd {{[^,]+}}, %ymm{{[0-9]+}}
-; X64: ret
 define void @isel_crash_4q(i64* %cV_R.addr) {
 ; X32-AVX2-LABEL: isel_crash_4q:
 ; X32-AVX2:       ## BB#0: ## %eintry




More information about the llvm-commits mailing list