== This week ==

* Backports (10/10)
    - 216734 - Temporarily remove aarch64_gimple_fold_builtin code for reduction operations
    - 216736 - [Vectorizer] Make REDUC_xxx_EXPR tree codes produce a scalar result
    - 216737 - Add new optabs for reducing vectors to scalars
    - 216738 - Use new reduc_plus_scal optabs, inc. for __builtins
    - 216741 - Use new reduc_[us](min|max)_scal optabs, inc. for builtins
    - 216742 - Restore gimple_folding of reduction intrinsics
    - 216779 - Remove VEC_LSHIFT_EXPR and vec_shl_optab
    - 217331 - Fix checking on MAX_PENDING_LIST_LENGTH
    - 217430 - Fix typo in *<arith_shift_insn>_shiftsi
    - 217431 - Let LR register allocable
    - 217533 - Pair load store instructions using a generic scheduling fusion pass
    - 219717 - PR rtl-optimization/64011
    - 219718 - Improve warning message


== Next week ==

- Prepare for release by creating "dummy" release
- Work on bug fixes