Re: [PATCH] Remove GIMPLE restriction of ! using match.pd patterns

2022-05-19 Thread Hans-Peter Nilsson via Gcc-patches
> From: Richard Biener via Gcc-patches > Date: Mon, 9 May 2022 13:42:27 +0200 > This removes #if GIMPLE guards around patterns using ! which is > now also provided in the GENERIC implementation. > > Bootstrapped and tested on x86_64-unknown-linux-gnu, pushed. > > 2022-05-09 Richard Biener >

[PATCH] Remove GIMPLE restriction of ! using match.pd patterns

2022-05-09 Thread Richard Biener via Gcc-patches
This removes #if GIMPLE guards around patterns using ! which is now also provided in the GENERIC implementation. Bootstrapped and tested on x86_64-unknown-linux-gnu, pushed. 2022-05-09 Richard Biener * match.pd: Remove #if GIMPLE guards around ! using patterns. --- gcc/match.pd | 12