Nick Lewycky 0c73079855 Optimize (x/y)*y into x-(x%y) in general. Div and rem are about the same, and
a subtract is cheaper than a multiply. This generalizes an existing transform.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59800 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-21 07:33:58 +00:00
..
2008-11-21 02:56:16 +00:00
2008-10-29 18:06:20 +00:00
2008-11-13 04:09:04 +00:00
2008-10-15 22:34:34 +00:00
2008-11-15 17:50:47 +00:00