Hi! On Wed, May 06, 2020 at 03:31:08PM -0500, Bill Schmidt wrote: > (ne<mode>3): Replace :P with :GPR; use setbc for TARGET_FUTURE; > else for non-Pmode, use gen_eq and gen_xor.
Before this patch, there was only ne:P, which results in the same thing (done by generic code). I should have done this part as a separate patch, it looks much more involved than it actually is now. Segher