OSDN Git Service

Fold away one multiply in instcombine. This would normally be caught in
authorNick Lewycky <nicholas@mxc.ca>
Sun, 3 Feb 2008 07:42:09 +0000 (07:42 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 3 Feb 2008 07:42:09 +0000 (07:42 +0000)
commitb6eabff1699589dc8748c4b34706a3731cd43bfe
treee5bfb31fd45d7ee84b208907fe1e49de2658efa8
parent9d3e5d476c4478d2837760a9bf43fedb8a5a7e51
Fold away one multiply in instcombine. This would normally be caught in
reassociate anyways, but they could be generated during instcombine's run.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46683 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp