Re: [PATCHv2][PING][PR 59521] Respect __builtin_expect in switch statements

2017-08-25 Thread Jeff Law
On 07/27/2017 09:21 PM, Yury Gribov wrote: > Hi all, > > This is a ping for > https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01275.html . I've fixed > attachment type, hopefully it's easier to read now. > > This patch adds support for __builtin_expect in switch statements at > tree level (RTL part

[PATCHv2][PING][PR 59521] Respect __builtin_expect in switch statements

2017-07-27 Thread Yury Gribov
Hi all, This is a ping for https://gcc.gnu.org/ml/gcc-patches/2017-07/msg01275.html . I've fixed attachment type, hopefully it's easier to read now. This patch adds support for __builtin_expect in switch statements at tree level (RTL part would be reviewed/commited separately). It's an updat