https://gcc.gnu.org/g:66b51ee5c09ef38ffe52821a0147504389dd80fd
commit 66b51ee5c09ef38ffe52821a0147504389dd80fd Author: Michael Meissner <[email protected]> Date: Fri Dec 12 12:23:26 2025 -0500 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gcc/ChangeLog.float b/gcc/ChangeLog.float index 6d8e9997eece..d0a8fe9f6da4 100644 --- a/gcc/ChangeLog.float +++ b/gcc/ChangeLog.float @@ -1,3 +1,14 @@ +==================== Branch work231-float, patch #223 ==================== + +Correct loading up BFmode constants into GPRs. + +2025-12-12 Michael Meissner <[email protected]> + +gcc/ + + * config/rs6000/float16.md (mov<mode>_xxspltiw): Correct loading up + BFmode constants into GPRs. + ==================== Branch work231-float, patch #222 ==================== Use shift left to convert BFmode to SFmode/DFmode.
