From: Robert Bocchino Date: Tue, 27 Jul 2004 21:06:34 +0000 (+0000) Subject: This is the regression test for the change to InstructionCombining.cpp X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a2601e3e55b10a8e1d3978c0e1710e2c1997d1b0;p=oota-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15292 91177308-0d34-0410-b5e6-96231b3b80d8 ---