aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2008-02-18 18:39:23 +0000
committerNate Begeman <natebegeman@mac.com>2008-02-18 18:39:23 +0000
commite9fe65c973e7071b7bea1805071e2924eeecea50 (patch)
tree14a9f2b6acd7e743ad77d8d68ddb8c1ae3e34d5a
parent92b416f64ed865f26ffd3d729acc2e4ad530095a (diff)
downloadexternal_llvm-e9fe65c973e7071b7bea1805071e2924eeecea50.zip
external_llvm-e9fe65c973e7071b7bea1805071e2924eeecea50.tar.gz
external_llvm-e9fe65c973e7071b7bea1805071e2924eeecea50.tar.bz2
Add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47279 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt
index 623c86f..963b4d9 100644
--- a/lib/Target/README.txt
+++ b/lib/Target/README.txt
@@ -621,3 +621,6 @@ The fact that the caller does not modify byval arg is not enough, we need
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.