Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.38 -> 1.39 --- Log message: add a note, I'll take care of this after nate commits his big patch --- Diffs of the changes: (+10 -0) README.txt | 10 ++++++++++ 1 files changed, 10 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/README.txt:1.38 llvm/lib/Target/X86/README.txt:1.39 --- llvm/lib/Target/X86/README.txt:1.38 Wed Feb 1 00:08:48 2006 +++ llvm/lib/Target/X86/README.txt Wed Feb 1 00:40:32 2006 @@ -299,3 +299,13 @@ The pattern isel got this one right. +//===---------------------------------------------------------------------===// + +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 +} + _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits