[llvm-commits] [llvm] r86756 - /llvm/trunk/lib/Target/README.txt
Chris Lattner
sabre at nondot.org
Tue Nov 10 15:47:45 PST 2009
Author: lattner
Date: Tue Nov 10 17:47:45 2009
New Revision: 86756
URL: http://llvm.org/viewvc/llvm-project?rev=86756&view=rev
Log:
add a note
Modified:
llvm/trunk/lib/Target/README.txt
Modified: llvm/trunk/lib/Target/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/README.txt?rev=86756&r1=86755&r2=86756&view=diff
==============================================================================
--- llvm/trunk/lib/Target/README.txt (original)
+++ llvm/trunk/lib/Target/README.txt Tue Nov 10 17:47:45 2009
@@ -339,6 +339,8 @@
extra register for the function when effective_addr2 is declared as U64 than
when it is declared U32.
+PHI Slicing could be extended to do this.
+
//===---------------------------------------------------------------------===//
LSR should know what GPR types a target has. This code:
More information about the llvm-commits
mailing list