[llvm-commits] [llvm] r47279 - /llvm/trunk/lib/Target/README.txt

Nate Begeman natebegeman at mac.com
Mon Feb 18 10:39:23 PST 2008


Author: sampo
Date: Mon Feb 18 12:39:23 2008
New Revision: 47279

URL: http://llvm.org/viewvc/llvm-project?rev=47279&view=rev
Log:
Add a note

Modified:
    llvm/trunk/lib/Target/README.txt

Modified: llvm/trunk/lib/Target/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/README.txt?rev=47279&r1=47278&r2=47279&view=diff

==============================================================================
--- llvm/trunk/lib/Target/README.txt (original)
+++ llvm/trunk/lib/Target/README.txt Mon Feb 18 12:39:23 2008
@@ -621,3 +621,6 @@
 to know that it doesn't modify G either.  This is very tricky.
 
 //===---------------------------------------------------------------------===//
+
+We should add an FRINT node to the DAG to model targets that have legal
+implementations of ceil/floor/rint.





More information about the llvm-commits mailing list