Fix missed optimization opportunity when analyzing cast of mul and select.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 5 Jul 2008 21:19:34 +0000 (21:19 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 5 Jul 2008 21:19:34 +0000 (21:19 +0000)
commitb8cd6a49b584d11ac9521e274734b77fce35ba83
tree7ea527d2834ad2b34a0b21793981a1f5302c1a50
parent364d73ddab43b699ab90240f11b7a2eb5cf69bd8
Fix missed optimization opportunity when analyzing cast of mul and select.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53151 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/cast-mul-select.ll [new file with mode: 0644]