From 0d913eaaed3202231e8a332b12153c4b7a5f43c5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 4 Feb 2006 07:07:31 +0000 Subject: [PATCH] add a note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25962 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Sparc/README.txt | 1 + lib/Target/SparcV8/README.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index f7cb9b84726..352f842c21f 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -2,6 +2,7 @@ To-do ----- +* Enable LSR for V8. * Keep the address of the constant pool in a register instead of forming its address all of the time. * We can fold small constant offsets into the %hi/%lo references to constant diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index f7cb9b84726..352f842c21f 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -2,6 +2,7 @@ To-do ----- +* Enable LSR for V8. * Keep the address of the constant pool in a register instead of forming its address all of the time. * We can fold small constant offsets into the %hi/%lo references to constant -- 2.34.1