OSDN Git Service

[InstCombine] rearrange visitFMul; NFCI
authorSanjay Patel <spatel@rotateright.com>
Fri, 2 Mar 2018 23:06:45 +0000 (23:06 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 2 Mar 2018 23:06:45 +0000 (23:06 +0000)
commit027535e24a3cad4bc1516ad880313579ccddcea4
tree4350b354213259f88587e145f54508f3c3e0eb01
parent03749de4b04b8da6aed9b7bce0769f74835500fb
[InstCombine] rearrange visitFMul; NFCI

Put the simplest non-FMF folds first, so it's easier to
see what's left to fix/group/add with the FMF folds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326632 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp