[llvm] r228086 - improved CHECK

Sanjay Patel spatel at rotateright.com
Tue Feb 3 16:24:06 PST 2015


Author: spatel
Date: Tue Feb  3 18:24:06 2015
New Revision: 228086

URL: http://llvm.org/viewvc/llvm-project?rev=228086&view=rev
Log:
improved CHECK

Modified:
    llvm/trunk/test/CodeGen/X86/sse-unaligned-mem-feature.ll

Modified: llvm/trunk/test/CodeGen/X86/sse-unaligned-mem-feature.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse-unaligned-mem-feature.ll?rev=228086&r1=228085&r2=228086&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse-unaligned-mem-feature.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse-unaligned-mem-feature.ll Tue Feb  3 18:24:06 2015
@@ -9,5 +9,5 @@ define <4 x float> @foo(<4 x float>* %P,
 	ret <4 x float> %B
 
 ; CHECK-LABEL: @foo
-; CHECK:       addps (
+; CHECK:       addps (%eax), %xmm0
 }





More information about the llvm-commits mailing list