From 0284886b8eb6f64676a56c420325ab0a9f911e70 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 9 Nov 2024 17:11:34 +0100 Subject: ChangeLog: Manually add entries for r15-4998 and r15-5004 These commits used *.c rather than *.cc suffix and miracuously got through the pre-commit hook but broke ChangeLog generation. --- gcc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 23ee454..7fae8aa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -179,6 +179,11 @@ 2024-11-07 Alexandre Oliva + * tree-ssa-ifcombine.cc (ifcombine_replace_cond): Support + TRUTH_ANDIF cond exprs. + +2024-11-07 Alexandre Oliva + * tree-ssa-ifcombine.cc (recognize_if_then_else): Support relaxed then/else testing; require nondegenerate condition otherwise. @@ -215,6 +220,11 @@ * tree-ssa-ifcombine.cc (ifcombine_ifandif): Drop redundant result_inv parm. Adjust all callers. +2024-11-07 Alexandre Oliva + + * tree-ssa-ifcombine.cc (bb_no_side_effects_p): Allow vuses, + but not vdefs. + 2024-11-07 xuli * match.pd: Add the form1 of signed imm .SAT_ADD matching. -- cgit v1.1