|
| 1 | +2025-11-23 John David Anglin < [email protected]> |
| 2 | + |
| 3 | + * config/pa/pa64-linux.h (GLIBC_DYNAMIC_LINKER): Define. |
| 4 | + |
| 5 | +2025-11-23 John David Anglin < [email protected]> |
| 6 | + |
| 7 | + PR target/113932 |
| 8 | + PR target/113933 |
| 9 | + * config/pa/pa.opt (mlra): Default to LRA instead of reload. |
| 10 | + |
| 11 | +2025-11-23 John David Anglin < [email protected]> |
| 12 | + |
| 13 | + * config/pa/pa.cc (pa_print_operand): Use REG_POINTER |
| 14 | + flag to select base and index registers on targets with |
| 15 | + non-equivalent space registers. |
| 16 | + (pa_legitimate_address_p): Don't allow scaled and unscaled |
| 17 | + indexed addresses until reload is complete. Allow any |
| 18 | + register order in unscaled addresses as long as the |
| 19 | + REG_POINTER flag is correctly set/unset in the base/index |
| 20 | + registers. |
| 21 | + * config/pa/predicates.md (mem_operand): Remove code to |
| 22 | + delay creating move insns with unscaled indexed addresses |
| 23 | + until CSE is not expected. |
| 24 | + (move_src_operand): Likewise. |
| 25 | + |
| 26 | +2025-11-23 Andrew Pinski < [email protected]> |
| 27 | + |
| 28 | + * match.pd (1/x): Use fold_before_rtl_expansion_p. |
| 29 | + (`(m1 CMP m2) * d`): Likewise. |
| 30 | + |
| 31 | +2025-11-23 Pan Li < [email protected]> |
| 32 | + |
| 33 | + * match.pd: Remove unnecessary outer convert and add |
| 34 | + c for the outer bit_ior. |
| 35 | + |
| 36 | +2025-11-23 Pan Li < [email protected]> |
| 37 | + |
| 38 | + * match.pd: Add simplfy to fold outer convert of bit_op |
| 39 | + to inner captures. |
| 40 | + |
| 41 | +2025-11-23 Kugan Vivekanandarajah < [email protected]> |
| 42 | + |
| 43 | + * ipa-split.cc (pass_split_functions::gate): Do not run when |
| 44 | + flag_auto_profile. |
| 45 | + (pass_feedback_split_functions::gate): Run when flag_auto_profile. |
| 46 | + |
| 47 | +2025-11-23 Kugan Vivekanandarajah < [email protected]> |
| 48 | + |
| 49 | + * tree-ssa-loop-im.cc (is_self_write): New. |
| 50 | + (ref_indep_loop_p): Allow hoisting when aliasing references |
| 51 | + form a self write pattern. |
| 52 | + |
1 | 53 | 2025-11-22 Jeff Law < [email protected]> |
2 | 54 |
|
3 | 55 | PR rtl-optimization/122701 |
|
0 commit comments