On Tue, Dec 02, 2014 at 03:43:43PM +0100, Richard Biener wrote: > I'd like to get a little bit coverage of builtin simplification > in the wild and wonder if the following is a piece that would > be acceptable for trunk at this point (well, it fixes part of > a bug which is fine in stage3). Eventually also merging > the builtin bits from the branch. > > Are there otherwise any opinions on not handling these for GENERIC? > Of course in the end I was just lazy and support shouldn't be too > difficult.
I think it is still ok for trunk, but not for too long ;). > 2014-12-02 Richard Biener <rguent...@suse.de> > > PR middle-end/14541 > * builtins.c (fold_builtin_logarithm): Implement simplifications ... > * match.pd: ... here as patterns. Jakub