diff options
-rw-r--r-- | lib/Target/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt index 2c624c77e9..2dd46d29ca 100644 --- a/lib/Target/README.txt +++ b/lib/Target/README.txt @@ -125,3 +125,6 @@ Can be improved in two ways: 1. The instcombiner should eliminate the type conversions. 2. The X86 backend should turn this into a rotate by one bit. +//===---------------------------------------------------------------------===// + +Add LSR exit value substitution. It'll probably be a win for Ackermann, etc. |