]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove 8-byte alignment requirement of stack slot on mips64
authoreric fang <eric.fang@arm.com>
Tue, 2 Mar 2021 06:08:51 +0000 (06:08 +0000)
committereric fang <eric.fang@arm.com>
Wed, 3 Mar 2021 01:59:59 +0000 (01:59 +0000)
commit84ca4949a71554265b3c8a99359a5fad6ca0cab1
tree79468b20b9246e68208e24f3bd6510ab603615b5
parent77973863c351b162d68723439fc56fb054e917b2
cmd/compile: remove 8-byte alignment requirement of stack slot on mips64

This CL applies CL 267999 to mips64.

Updates #42385

Change-Id: Ideab21be0d8c1a36b3be7411b24adac70a3d16e0
Reviewed-on: https://go-review.googlesource.com/c/go/+/297771
Reviewed-by: eric fang <eric.fang@arm.com>
Reviewed-by: Keith Randall <khr@golang.org>
Trust: eric fang <eric.fang@arm.com>
Run-TryBot: eric fang <eric.fang@arm.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/ssagen/pgen.go