[llvm] r179289 - Add a CHECK-NOT for a more faithful translation of the original grep | count 2.

Eli Bendersky eliben at google.com
Thu Apr 11 07:43:19 PDT 2013


Author: eliben
Date: Thu Apr 11 09:43:19 2013
New Revision: 179289

URL: http://llvm.org/viewvc/llvm-project?rev=179289&view=rev
Log:
Add a CHECK-NOT for a more faithful translation of the original grep | count 2.
Thanks to Reid Kleckner for catching this.

Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel-fneg.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel-fneg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-fneg.ll?rev=179289&r1=179288&r2=179289&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-fneg.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-fneg.ll Thu Apr 11 09:43:19 2013
@@ -3,6 +3,7 @@
 
 ; SSE2: xor
 ; SSE2: xor
+; SSE2-NOT: xor
 
 ; CHECK: doo:
 ; CHECK: xor





More information about the llvm-commits mailing list