From: Chris Lattner Date: Wed, 8 Feb 2006 07:12:07 +0000 (+0000) Subject: more email -> README moving X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cb298907ab2b84a59bed5f924d54007c9cc96704;p=oota-llvm.git more email -> README moving git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26054 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 7bff7fea57e..8481fa6f2cf 100644 --- a/lib/Target/X86/README.txt +++ b/lib/Target/X86/README.txt @@ -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 //===---------------------------------------------------------------------===//