[llvm] [ARM] Stop gluing ALU nodes to branches / selects (PR #116970)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 10:28:20 PST 2024
================
@@ -1965,32 +1965,34 @@ define float @debug_info(float %gamma, float %slopeLimit, i1 %or.cond, double %t
; ARM-ENABLE-NEXT: @ %bb.1: @ %bb3
; ARM-ENABLE-NEXT: push {r4, r7, lr}
; ARM-ENABLE-NEXT: add r7, sp, #4
-; ARM-ENABLE-NEXT: sub r4, sp, #16
+; ARM-ENABLE-NEXT: sub r4, sp, #24
----------------
s-barannikov wrote:
I didn't investigate this regrssion as the test appears to be testing something different. I'll take a look.
https://github.com/llvm/llvm-project/pull/116970
More information about the llvm-commits
mailing list