On 6/16/2026 7:56 PM, Hu, Lin1 wrote:
Due to the patch modify middle-end. + Richard Biener and Richard Sandiford Thanks. BRs, Lin -----Original Message----- From: Hu, Lin1 <[email protected]> Sent: Friday, June 5, 2026 2:26 PM To: [email protected] Cc: Liu, Hongtao <[email protected]>; [email protected] Subject: [PATCH 2/3] dojump: use simplify_expand_binop for vector boolean mask When either op0 or op1 is a constant, expand_binop can emit an extra AND during expansion. Use simplify_expand_binop here to avoid creating it in the first place. gcc/ChangeLog: * dojump.cc (do_compare_rtx_and_jump): Use simplify_expand_binop instead of expand_binop.
OK jeff
