diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt index 623c86f3555f..963b4d9b2e0c 100644 --- a/llvm/lib/Target/README.txt +++ b/llvm/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.