Changes in directory llvm/lib/Target/X86:

README.txt updated: 1.42 -> 1.43
---
Log message:

implemented, testcase here: test/Regression/CodeGen/X86/compare-add.ll


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

 README.txt |   10 ----------
 1 files changed, 10 deletions(-)


Index: llvm/lib/Target/X86/README.txt
diff -u llvm/lib/Target/X86/README.txt:1.42 llvm/lib/Target/X86/README.txt:1.43
--- llvm/lib/Target/X86/README.txt:1.42 Wed Feb  1 20:40:17 2006
+++ llvm/lib/Target/X86/README.txt      Thu Feb  2 00:36:48 2006
@@ -289,16 +289,6 @@
 
 //===---------------------------------------------------------------------===//
 
-This shouldn't have an explicit ADD (target independent dag combiner hack):
-
-bool %X(int %X) {
-        %Y = add int %X, 14
-        %Z = setne int %Y, 12345
-        ret bool %Z
-}
-
-//===---------------------------------------------------------------------===//
-
 We need to lower switch statements to tablejumps when appropriate instead of
 always into binary branch trees.
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to