]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile: enable carry chain scheduling for arm64"
authorKeith Randall <khr@golang.org>
Tue, 20 Sep 2022 20:08:35 +0000 (20:08 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 20 Sep 2022 20:51:20 +0000 (20:51 +0000)
commitfec83c8a7d1a3bb5f63366acd55f83ed8782bff0
tree4e26df3116765fe422c80e8e74ccfbbd9840d77f
parentbcd44b61d3154b22ffce10302ea9c34ba639a98e
Revert "cmd/compile: enable carry chain scheduling for arm64"

This reverts commit 4c414c7673af6b2aedee276d2e62cb2910eb19f3.

Reason for revert: breaks ppc64 build (see issue 55254)

Change-Id: I096ffa0e6535d31d9dd4079b48bb201b20220d76
Reviewed-on: https://go-review.googlesource.com/c/go/+/432196
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/schedule.go
src/cmd/compile/internal/ssa/schedule_test.go