| commit | 2fd0acf05aa5909b3c7b38d9dcae6d27ff682cec | [log] [tgz] |
|---|---|---|
| author | Sanjay Patel <spatel@rotateright.com> | Fri Mar 02 20:32:46 2018 +0000 |
| committer | Sanjay Patel <spatel@rotateright.com> | Fri Mar 02 20:32:46 2018 +0000 |
| tree | 8e8c25dc400bb2550eadbc18545c253b538e2d9a | |
| parent | 8b93a591e75c147ab01d13490610bec11b8ef342 [diff] |
[InstCombine] partly fix FMF for fmul+log2 fold The code was checking that all of the instructions in the sequence are 'fast', but that's not necessary. The final multiply is all that we need to check (tests adjusted). The fmul doesn't need to be fully 'fast' either, but that can be another patch. llvm-svn: 326608