Hi! On Sun, Feb 26, 2023 at 01:10:41PM -0000, Roger Sayle wrote: > This patch teaches simplify-rtx.cc to err on the side of caution, by never > creating (new) FFS, POPCOUNT or PARITY rtx with mismatched modes, > matching the documentation.
> * simplify-rtx.cc (simplify_unary_operation_1) <case FFS>: > Avoid generating FFS with mismatched operand and result modes, Please have at least one word after a colon, so that it doesn't look like something is missing. Changelog lines are 80 positions long :-) The patch is okay for trunk. Thank you! Segher