[llvm-branch-commits] [llvm] release/21.x: [LoongArch] Add `isSafeToMove` hook to prevent unsafe instruction motion (#163725) (PR #166936)

2025-11-13 Thread via llvm-branch-commits
github-actions[bot] wrote: @llvmbot (or anyone else). If you would like to add a note about this fix in the release notes (completely optional). Please reply to this comment with a one or two sentence description of the fix. When you are done, please add the release:note label to this PR. h

[llvm-branch-commits] [llvm] [DAGCombiner] Relax nsz constraint for more FP optimizations (PR #165011)

2025-11-13 Thread Guy David via llvm-branch-commits
guy-david wrote: Right, thank you for the correction. https://github.com/llvm/llvm-project/pull/165011 ___ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/21.x: [RISCV] Correct the CFA offsets for stack probing. (#166616) (PR #166783)

2025-11-13 Thread via llvm-branch-commits
https://github.com/dyung updated https://github.com/llvm/llvm-project/pull/166783 >From 14387e80e18871671bc7dd761822f2853d9476a5 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Thu, 6 Nov 2025 07:09:52 -0800 Subject: [PATCH] [RISCV] Correct the CFA offsets for stack probing. (#166616) We nee