From cb298907ab2b84a59bed5f924d54007c9cc96704 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 8 Feb 2006 07:12:07 +0000 Subject: [PATCH] more email -> README moving git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26054 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/README.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 //===---------------------------------------------------------------------===//