Re: [committed] [v2] More logical op simplifications in simplify-rtx.cc

2024-06-11 Thread Andrew Pinski
On Sat, May 25, 2024 at 11:42 AM Jeff Law wrote: > > This is a revamp of what started as a target specific patch. > > Basically xalan (corrected, I originally thought it was perlbench) has a > bitset implementation with a bit of an oddity. Specifically setBit will > clear the bit before it is set

[committed] [v2] More logical op simplifications in simplify-rtx.cc

2024-05-25 Thread Jeff Law
ded targets. Pushing to the trunk. jeff commit 05daf617ea22e1d818295ed2d037456937e23530 Author: Jeff Law Date: Sat May 25 12:39:05 2024 -0600 [committed] [v2] More logical op simplifications in simplify-rtx.cc This is a revamp of what started as a target specific patch.