[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2004-07-27-ConstantExprMul.ll
Robert Bocchino
bocchino at cs.uiuc.edu
Tue Jul 27 14:06:44 PDT 2004
Changes in directory llvm/test/Regression/Transforms/InstCombine:
2004-07-27-ConstantExprMul.ll updated: 1.1 -> 1.2
---
Log message:
This is the regression test for the change to InstructionCombining.cpp
that I made today. It illustrates that the old version of the code
would crash if the RHS of a multiplication were a ConstantExpr that
could not be resolved into a ConstantInt or ConstantFP.
---
Diffs of the changes: (+0 -0)
More information about the llvm-commits
mailing list