[PATCH] D43398: [InstCombine] allow fdiv folds with less than fully 'fast' ops

Warren Ristow via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 18:06:58 PST 2018


wristow added a comment.

> ...but gcc currently says we can do this with just -freciprocal-math

Regardless of what gcc is doing in this case, I think both 'reassoc' and 'arcp' are needed here.  So I think your code is right.


https://reviews.llvm.org/D43398





More information about the llvm-commits mailing list