more email -> README moving

llvm-svn: 26054
This commit is contained in:
Chris Lattner 2006-02-08 07:12:07 +00:00
parent f7b962d7d7
commit b7e074ab9b
1 changed files with 4 additions and 0 deletions

View File

@ -93,6 +93,10 @@ Some isel ideas:
2. Code duplication (addressing mode) during isel. 2. Code duplication (addressing mode) during isel.
3. Other ideas from "Register-Sensitive Selection, Duplication, and 3. Other ideas from "Register-Sensitive Selection, Duplication, and
Sequencing of Instructions". 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
//===---------------------------------------------------------------------===// //===---------------------------------------------------------------------===//