[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
Reid Spencer
reid at x10sys.com
Wed Jun 15 11:25:41 PDT 2005
Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.347 -> 1.348
---
Log message:
Put the hack back in that removes features, causes regressions to fail, but
allows test programs to succeed. Actual fix for this is forthcoming.
---
Diffs of the changes: (+2 -0)
InstructionCombining.cpp | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Transforms/Scalar/InstructionCombining.cpp
diff -u llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.347 llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.348
--- llvm/lib/Transforms/Scalar/InstructionCombining.cpp:1.347 Mon Jun 13 01:41:26 2005
+++ llvm/lib/Transforms/Scalar/InstructionCombining.cpp Wed Jun 15 13:25:30 2005
@@ -3088,6 +3088,8 @@
return 0;
}
+ return 0; //The rest of this function is broken. See bug 571
+
// Okay, we have the two reduced sized operands. If we are doing a <,>
// comparison, make sure we perform the compare with the same signedness as
// the DestTy. We don't have to do this if the comparison is !=/== or if the
More information about the llvm-commits
mailing list