[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/isunord.ll

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 28 12:52:13 PDT 2005



Changes in directory llvm/test/Regression/CodeGen/Generic:

isunord.ll added (r1.1)
---
Log message:

New testcase.  Probably many targets don't support this, so they should probably
add themselves as xfails until they do (at least for the release).


---
Diffs of the changes:  (+8 -0)

 isunord.ll |    8 ++++++++
 1 files changed, 8 insertions(+)


Index: llvm/test/Regression/CodeGen/Generic/isunord.ll
diff -c /dev/null llvm/test/Regression/CodeGen/Generic/isunord.ll:1.1
*** /dev/null	Fri Oct 28 14:52:12 2005
--- llvm/test/Regression/CodeGen/Generic/isunord.ll	Fri Oct 28 14:52:02 2005
***************
*** 0 ****
--- 1,8 ----
+ ; RUN: llvm-as < %s | llc
+ 
+ declare bool %llvm.isunordered(double, double)
+ 
+ bool %test(double %X, double %Y) {
+   %tmp27 = call bool %llvm.isunordered( double %X, double %Y)
+   ret bool %tmp27
+ }






More information about the llvm-commits mailing list