commit | 0bd45c420d0626d659afd1b209ba2184df099267 | [log] [tgz] |
---|---|---|
author | Warren Ristow <warren.ristow@sony.com> | Thu May 24 20:16:43 2018 +0000 |
committer | Warren Ristow <warren.ristow@sony.com> | Thu May 24 20:16:43 2018 +0000 |
tree | 908d8d2733367eb19224584ee23052bfc5705b04 | |
parent | 5932cd90d72fe7850733f8fdefddc0b4e34dffef [diff] |
[InstCombine] Enable more reassociations using FMF 'reassoc' + 'nsz' Reassociation of math ops in some contexts (especially vector contexts) has generally only been happening when the 'fast' FMF was set. This enables reassoication when only the finer grained controls 'reassoc' and 'nsz' are set. Differential Revision: https://reviews.llvm.org/D47335 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333221 91177308-0d34-0410-b5e6-96231b3b80d8