projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
657416c
)
Remove another entry.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 1 Feb 2006 06:08:48 +0000
(06:08 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 1 Feb 2006 06:08:48 +0000
(06:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25871
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/README.txt
patch
|
blob
|
history
diff --git
a/lib/Target/X86/README.txt
b/lib/Target/X86/README.txt
index 90ed0a348d1edce89e3eec7485c8e5c4d1c31b00..995de4d6f26a52fd1e91228ac27c157c46cccf75 100644
(file)
--- a/
lib/Target/X86/README.txt
+++ b/
lib/Target/X86/README.txt
@@
-227,11
+227,6
@@
cvtsi2sd 8(%esp), %xmm0
//===---------------------------------------------------------------------===//
-This instruction selector selects 'int X = 0' as 'mov Reg, 0' not 'xor Reg,Reg'
-This is bigger and slower.
-
-//===---------------------------------------------------------------------===//
-
LSR should be turned on for the X86 backend and tuned to take advantage of its
addressing modes.