Re: [PATCH]middle-end: move bitmask match.pd pattern and update tests

2021-11-29 Thread Richard Biener via Gcc-patches
On Mon, 29 Nov 2021, Tamar Christina wrote: > Hi All, > > Following the previous bugfix this addresses the cosmetic and test issues. > > The vector tests are moved to vect and the scalar are left where they are. > > Bootstrapped Regtested x86_64-pc-linux-gnu and no regressions. > Tested with -m

[PATCH]middle-end: move bitmask match.pd pattern and update tests

2021-11-29 Thread Tamar Christina via Gcc-patches
Hi All, Following the previous bugfix this addresses the cosmetic and test issues. The vector tests are moved to vect and the scalar are left where they are. Bootstrapped Regtested x86_64-pc-linux-gnu and no regressions. Tested with -m32/-mno-sse and no issues. Ok for master? Thanks, Tamar gc