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.