[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

Chris Lattner sabre at nondot.org
Fri Sep 15 20:30:33 PDT 2006



Changes in directory llvm/lib/Target/X86:

README.txt updated: 1.133 -> 1.134
---
Log message:

add a note


---
Diffs of the changes:  (+3 -0)

 README.txt |    3 +++
 1 files changed, 3 insertions(+)


Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.133 llvm/lib/Target/X86/README.txt:1.134
--- llvm/lib/Target/X86/README.txt:1.133	Wed Sep 13 18:37:16 2006
+++ llvm/lib/Target/X86/README.txt	Fri Sep 15 22:30:19 2006
@@ -18,6 +18,9 @@
 
 ... which should only be one imul instruction.
 
+This can be done with a custom expander, but it would be nice to move this to
+generic code.
+
 //===---------------------------------------------------------------------===//
 
 This should be one DIV/IDIV instruction, not a libcall:






More information about the llvm-commits mailing list