]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog: Manually add entries for r15-4998 and r15-5004
authorJakub Jelinek <jakub@redhat.com>
Sat, 9 Nov 2024 16:11:34 +0000 (17:11 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 9 Nov 2024 16:11:34 +0000 (17:11 +0100)
These commits used *.c rather than *.cc suffix and miracuously got through
the pre-commit hook but broke ChangeLog generation.

gcc/ChangeLog

index 23ee454e3f24f7e15593a5071d67763acd606752..7fae8aacdf98869e5cf0e1445f2109ce9f63b2fc 100644 (file)
        laxer, adapted and moved from...
        (pass_tree_ifcombine::execute): ... here.
 
+2024-11-07  Alexandre Oliva  <oliva@adacore.com>
+
+       * tree-ssa-ifcombine.cc (ifcombine_replace_cond): Support
+       TRUTH_ANDIF cond exprs.
+
 2024-11-07  Alexandre Oliva  <oliva@adacore.com>
 
        * tree-ssa-ifcombine.cc (recognize_if_then_else): Support
        * tree-ssa-ifcombine.cc (ifcombine_ifandif): Drop redundant
        result_inv parm.  Adjust all callers.
 
+2024-11-07  Alexandre Oliva  <oliva@adacore.com>
+
+       * tree-ssa-ifcombine.cc (bb_no_side_effects_p): Allow vuses,
+       but not vdefs.
+
 2024-11-07  xuli  <xuli1@eswincomputing.com>
 
        * match.pd: Add the form1 of signed imm .SAT_ADD matching.