more email -> README moving
authorChris Lattner <sabre@nondot.org>
Wed, 8 Feb 2006 07:12:07 +0000 (07:12 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Feb 2006 07:12:07 +0000 (07:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26054 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index 7bff7fea57ea5185be8f90fa950973df1a32e30f..8481fa6f2cf2f2f54621ad1a4539e0cf6b0be5a3 100644 (file)
@@ -93,6 +93,10 @@ Some isel ideas:
 2. Code duplication (addressing mode) during isel.
 3. Other ideas from "Register-Sensitive Selection, Duplication, and
    Sequencing of Instructions".
+4. Scheduling for reduced register pressure.  E.g. "Minimum Register 
+   Instruction Sequence Problem: Revisiting Optimal Code Generation for DAGs" 
+   and other related papers.
+   http://citeseer.ist.psu.edu/govindarajan01minimum.html
 
 //===---------------------------------------------------------------------===//