OK /Marcus
On 30 April 2013 16:21, James Greenhalgh <james.greenha...@arm.com> wrote: > > Hi, > > This patch folds the signed versions of min and max reduction > builtins to tree form. We can't safely fold the unsigned > versions as they do not currently have the correct type. > > We must use TARGET_GIMPLE_FOLD_BUILTIN as REDUC_MIN_EXPR > is not a valid GENERIC code. > > Regression tested on aarch64-none-elf with no regressions. > > Thanks, > James > > --- > gcc/ > > 2013-04-30 James Greenhalgh <james.greenha...@arm.com> > > * config/aarch64/aarch64-builtins > (aarch64_gimple_fold_builtin): Fold reduc_<su><maxmin>_ builtins.