[llvm-commits] [llvm] r57733 - /llvm/trunk/lib/Target/X86/README.txt

Dan Gohman gohman at apple.com
Fri Oct 17 14:38:40 PDT 2008


Author: djg
Date: Fri Oct 17 16:38:40 2008
New Revision: 57733

URL: http://llvm.org/viewvc/llvm-project?rev=57733&view=rev
Log:
This is done.

Modified:
    llvm/trunk/lib/Target/X86/README.txt

Modified: llvm/trunk/lib/Target/X86/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/README.txt?rev=57733&r1=57732&r2=57733&view=diff

==============================================================================
--- llvm/trunk/lib/Target/X86/README.txt (original)
+++ llvm/trunk/lib/Target/X86/README.txt Fri Oct 17 16:38:40 2008
@@ -369,16 +369,6 @@
 
 //===---------------------------------------------------------------------===//
 
-If shorter, we should use things like:
-movzwl %ax, %eax
-instead of:
-andl $65535, %EAX
-
-The former can also be used when the two-addressy nature of the 'and' would
-require a copy to be inserted (in X86InstrInfo::convertToThreeAddress).
-
-//===---------------------------------------------------------------------===//
-
 For this:
 
 int test(int a)





More information about the llvm-commits mailing list