[PATCH] D47335: [InstCombine] Enable more reassociations using FMF 'reassoc' + 'nsz'
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 24 12:14:52 PDT 2018
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
Technically, this isn't only an instcombine change.
I was surprised that we didn't get any test diffs for -reassociate, but I see now that it also has internal checks for 'isFast', so we won't get any progress there until those predicates are changed too.
LGTM.
https://reviews.llvm.org/D47335
More information about the llvm-commits
mailing list