Re: [PATCH] Add constant folding for x86 shift builtins by vector

2018-05-16 Thread Kirill Yukhin
Hello Jakub, On 09 мая 22:54, Jakub Jelinek wrote: > Hi! > > The following patch on top of the earlier ix86_*fold_builtin patch adds > folding also for the *s{ll,rl,ra}v* builtins. > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? Your patch is OK for trunk. -- Thanks, K

[PATCH] Add constant folding for x86 shift builtins by vector

2018-05-09 Thread Jakub Jelinek
Hi! The following patch on top of the earlier ix86_*fold_builtin patch adds folding also for the *s{ll,rl,ra}v* builtins. Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2018-05-09 Jakub Jelinek PR target/85323 * config/i386/i386.c (ix86_fold_builtin): Fo