]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/arm64: deduplicate con32class
authorJoel Sing <joel@sing.id.au>
Thu, 20 Feb 2025 11:54:56 +0000 (22:54 +1100)
committerGopher Robot <gobot@golang.org>
Thu, 3 Apr 2025 12:20:09 +0000 (05:20 -0700)
commit4464a7d94f75150764db0f0f23f4d58814f68e1b
tree69676da76c97c6fb6899967e2eb44b9261d72359
parentc524db9ca8520d1e0f6fce79a9e937af901dff44
cmd/internal/obj/arm64: deduplicate con32class

Teach conclass how to handle 32 bit values and deduplicate the code
between con32class and conclass.

Change-Id: I9c5eea31d443fd4c2ce700c6ea21e1d0bef665b0
Reviewed-on: https://go-review.googlesource.com/c/go/+/650938
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Joel Sing <joel@sing.id.au>
src/cmd/internal/obj/arm64/asm7.go