[llvm-commits] [SignlessTypes] CVS: llvm/test/Feature/signedinst.ll
Reid Spencer
reid at x10sys.com
Sun Oct 22 01:59:32 PDT 2006
Changes in directory llvm/test/Feature:
signedinst.ll updated: 1.1.2.2 -> 1.1.2.3
---
Log message:
Implement the FDIV instruction for floating point divide.
---
Diffs of the changes: (+1 -0)
signedinst.ll | 1 +
1 files changed, 1 insertion(+)
Index: llvm/test/Feature/signedinst.ll
diff -u llvm/test/Feature/signedinst.ll:1.1.2.2 llvm/test/Feature/signedinst.ll:1.1.2.3
--- llvm/test/Feature/signedinst.ll:1.1.2.2 Sat Oct 21 20:36:52 2006
+++ llvm/test/Feature/signedinst.ll Sun Oct 22 03:59:01 2006
@@ -8,5 +8,6 @@
%d = sdiv uint 6, 3
%c = udiv uint 4, 2
%e = udiv int 4, -2
+ %f = fdiv double 9.0, -3.0
ret int %a
}
More information about the llvm-commits
mailing list