New entry.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 10 Sep 2007 22:16:37 +0000 (22:16 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 10 Sep 2007 22:16:37 +0000 (22:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41810 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index 1f53227136246c76b4b4c9696cec4684e98ec9ae..40cbd864354db07a62cf3f0da4ef33a1a69b463b 100644 (file)
@@ -1205,3 +1205,6 @@ __Z11no_overflowjj:
 
 
 //===---------------------------------------------------------------------===//
+
+Re-materialize MOV32r0 etc. with xor instead of changing them to moves if the
+condition register is dead. xor reg reg is shorter than mov reg, #0.