diff options
author | Jakub Jelinek <jakub@redhat.com> | 2024-11-09 17:11:34 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2024-11-09 17:11:34 +0100 |
commit | 0284886b8eb6f64676a56c420325ab0a9f911e70 (patch) | |
tree | 1c923491b338e1824f7b41e9d32bd1160cac2f7e | |
parent | 3ff87b1848a6bb1e0a06cb84774d6b25d66e3e66 (diff) | |
download | gcc-0284886b8eb6f64676a56c420325ab0a9f911e70.zip gcc-0284886b8eb6f64676a56c420325ab0a9f911e70.tar.gz gcc-0284886b8eb6f64676a56c420325ab0a9f911e70.tar.bz2 |
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.
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
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 <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 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 <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. |