|
| 1 | +2024-05-03 Richard Biener <rguenther@suse.de> |
| 2 | + |
| 3 | + Backported from master: |
| 4 | + 2024-04-17 Richard Biener <rguenther@suse.de> |
| 5 | + |
| 6 | + PR tree-optimization/114749 |
| 7 | + * tree-vect-loop.cc (vect_analyze_loop_2): Reset |
| 8 | + LOOP_VINFO_USING_PARTIAL_VECTORS_P when re-trying without SLP. |
| 9 | + |
| 10 | +2024-05-03 Richard Biener <rguenther@suse.de> |
| 11 | + |
| 12 | + Backported from master: |
| 13 | + 2024-04-16 Richard Biener <rguenther@suse.de> |
| 14 | + |
| 15 | + PR tree-optimization/114736 |
| 16 | + * tree-vect-slp.cc (vect_optimize_slp_pass::is_cfg_latch_edge): |
| 17 | + Do not consider VEC_PERM_EXPRs as PHI use. |
| 18 | + |
| 19 | +2024-05-03 Richard Biener <rguenther@suse.de> |
| 20 | + |
| 21 | + Backported from master: |
| 22 | + 2024-04-15 Richard Biener <rguenther@suse.de> |
| 23 | + |
| 24 | + PR gcov-profile/114715 |
| 25 | + * gimplify.cc (gimplify_switch_expr): Set the location of the |
| 26 | + GIMPLE switch. |
| 27 | + |
| 28 | +2024-05-03 Richard Biener <rguenther@suse.de> |
| 29 | + |
| 30 | + Backported from master: |
| 31 | + 2024-04-09 Richard Biener <rguenther@suse.de> |
| 32 | + |
| 33 | + PR lto/114655 |
| 34 | + * lto-wrapper.cc (merge_flto_options): Add force argument. |
| 35 | + (merge_and_complain): Do not force here. |
| 36 | + (run_gcc): But here to make the link-time -flto option override |
| 37 | + any compile-time one. |
| 38 | + |
| 39 | +2024-05-03 Richard Biener <rguenther@suse.de> |
| 40 | + |
| 41 | + Backported from master: |
| 42 | + 2024-04-16 Richard Biener <rguenther@suse.de> |
| 43 | + |
| 44 | + PR tree-optimization/114733 |
| 45 | + * tree-vect-loop.cc (vectorizable_nonlinear_induction): Reject |
| 46 | + neg induction vectorization of single element vectors. |
| 47 | + |
| 48 | +2024-05-03 Richard Biener <rguenther@suse.de> |
| 49 | + |
| 50 | + Backported from master: |
| 51 | + 2024-04-04 Richard Biener <rguenther@suse.de> |
| 52 | + |
| 53 | + PR tree-optimization/114485 |
| 54 | + * tree-vect-loop-manip.cc (vect_can_peel_nonlinear_iv_p): |
| 55 | + vect_step_op_neg isn't OK for partial vectors but only |
| 56 | + for unknown niter. |
| 57 | + |
| 58 | +2024-05-03 Andre Vieira <andre.simoesdiasvieira@arm.com> |
| 59 | + |
| 60 | + Backported from master: |
| 61 | + 2023-10-20 Andre Vieira <andre.simoesdiasvieira@arm.com> |
| 62 | + |
| 63 | + PR tree-optimization/111882 |
| 64 | + * tree-if-conv.cc (get_bitfield_rep): Return NULL_TREE for bitfields |
| 65 | + with non-constant offsets. |
| 66 | + |
1 | 67 | 2024-05-02 Richard Biener <rguenther@suse.de>
|
2 | 68 |
|
3 | 69 | Backported from master:
|
|
0 commit comments