[llvm-commits] [llvm] r83009 - /llvm/trunk/test/CodeGen/X86/sink-hoist.ll

Dan Gohman gohman at apple.com
Mon Sep 28 13:48:39 PDT 2009


Author: djg
Date: Mon Sep 28 15:48:39 2009
New Revision: 83009

URL: http://llvm.org/viewvc/llvm-project?rev=83009&view=rev
Log:
Add a CHECK line to check the position of the second divsd.

Modified:
    llvm/trunk/test/CodeGen/X86/sink-hoist.ll

Modified: llvm/trunk/test/CodeGen/X86/sink-hoist.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sink-hoist.ll?rev=83009&r1=83008&r2=83009&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/sink-hoist.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sink-hoist.ll Mon Sep 28 15:48:39 2009
@@ -9,6 +9,7 @@
 ; CHECK-NEXT: divsd
 ; CHECK:      testb $1, %dil
 ; CHECK-NEXT: jne
+; CHECK:      divsd
 
 define double @foo(double %x, double %y, i1 %c) nounwind {
   %a = fdiv double %x, 3.2





More information about the llvm-commits mailing list