summaryrefslogtreecommitdiff
path: root/lib/Target/X86/README.txt
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-04-17 02:36:27 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-04-17 02:36:27 +0000
commit2f108f81c1fd729e0ad47c92af9cc8a535fa557a (patch)
tree14a3dd51c90776f954fe45f8a957cc801c2b04cb /lib/Target/X86/README.txt
parentfff65b354f9895f5add84d99e0f62176f5d3f0f6 (diff)
downloadllvm-2f108f81c1fd729e0ad47c92af9cc8a535fa557a.tar.gz
llvm-2f108f81c1fd729e0ad47c92af9cc8a535fa557a.tar.bz2
llvm-2f108f81c1fd729e0ad47c92af9cc8a535fa557a.tar.xz
Remove working entry from README.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129654 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/README.txt')
-rw-r--r--lib/Target/X86/README.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index 94cf25b44f..1902485c18 100644
--- a/lib/Target/X86/README.txt
+++ b/lib/Target/X86/README.txt
@@ -7,14 +7,6 @@ copy (3-addr bswap + memory support?) This is available on Atom processors.
//===---------------------------------------------------------------------===//
-CodeGen/X86/lea-3.ll:test3 should be a single LEA, not a shift/move. The X86
-backend knows how to three-addressify this shift, but it appears the register
-allocator isn't even asking it to do so in this case. We should investigate
-why this isn't happening, it could have significant impact on other important
-cases for X86 as well.
-
-//===---------------------------------------------------------------------===//
-
This should be one DIV/IDIV instruction, not a libcall:
unsigned test(unsigned long long X, unsigned Y) {