]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.15] cmd/internal/obj: stop removing NOPs from instruction stream
authorKeith Randall <khr@golang.org>
Sat, 15 Aug 2020 15:08:37 +0000 (08:08 -0700)
committerDmitri Shuralyov <dmitshur@golang.org>
Thu, 3 Sep 2020 02:29:39 +0000 (02:29 +0000)
commitb616f745ef6eb14daeb1d7d9b41a2908835bc3fd
treea1716cc299dc7cb8207a4ccc1fec26ccbf6a60fd
parenta5fb3b1f3d0de39805462abce5a722c9c3ce8647
[release-branch.go1.15] cmd/internal/obj: stop removing NOPs from instruction stream

This has already been done for s390x, ppc64. This CL is for
all the other architectures.

Fixes #40798

Change-Id: Idd1816e057df63022d47e99fa06617811d8c8489
Reviewed-on: https://go-review.googlesource.com/c/go/+/248684
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
(cherry picked from commit 46ca7b5ee2a8582736f1ddac27d8660e1104c345)
Reviewed-on: https://go-review.googlesource.com/c/go/+/249444
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/internal/obj/arm/asm5.go
src/cmd/internal/obj/arm/obj5.go
src/cmd/internal/obj/arm64/asm7.go
src/cmd/internal/obj/arm64/obj7.go
src/cmd/internal/obj/mips/asm0.go
src/cmd/internal/obj/mips/obj0.go