[llvm] r212709 - llvm/test/CodeGen/X86/shift-parts.ll: FileCheck-ize. (from r212640)

NAKAMURA Takumi geek4civic at gmail.com
Thu Jul 10 04:37:39 PDT 2014


Author: chapuni
Date: Thu Jul 10 06:37:39 2014
New Revision: 212709

URL: http://llvm.org/viewvc/llvm-project?rev=212709&view=rev
Log:
llvm/test/CodeGen/X86/shift-parts.ll: FileCheck-ize. (from r212640)

Modified:
    llvm/trunk/test/CodeGen/X86/shift-parts.ll

Modified: llvm/trunk/test/CodeGen/X86/shift-parts.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/shift-parts.ll?rev=212709&r1=212708&r2=212709&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/shift-parts.ll (original)
+++ llvm/trunk/test/CodeGen/X86/shift-parts.ll Thu Jul 10 06:37:39 2014
@@ -1,10 +1,12 @@
-; RUN: llc < %s -march=x86-64 | grep shrdq
+; RUN: llc -march=x86-64 < %s | FileCheck %s
 ; PR4736
 
 %0 = type { i32, i8, [35 x i8] }
 
 @g_144 = external global %0, align 8              ; <%0*> [#uses=1]
 
+; CHECK: shrdq
+
 define i32 @int87(i32 %uint64p_8) nounwind {
 entry:
   %srcval4 = load i320* bitcast (%0* @g_144 to i320*), align 8 ; <i320> [#uses=1]





More information about the llvm-commits mailing list