]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove 4-byte alignment requirement of stack slot on arm
authoreric fang <eric.fang@arm.com>
Tue, 2 Mar 2021 06:02:55 +0000 (06:02 +0000)
committereric fang <eric.fang@arm.com>
Tue, 9 Mar 2021 02:20:55 +0000 (02:20 +0000)
commit618b66e16d5adedbeccb7e7ed35b26e439a9f86f
treeec439ceaff8b3f7313a2d543ead533e07f919ea4
parentb6def6a34e049d5d2cc9225d991c4b84427467ec
cmd/compile: remove 4-byte alignment requirement of stack slot on arm

This CL applies CL 267999 to arm.

Updates #42385

Change-Id: Iad82aafcb7b0a5a77a4bea32f648320f57a17cdd
Reviewed-on: https://go-review.googlesource.com/c/go/+/297773
Reviewed-by: eric fang <eric.fang@arm.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Trust: eric fang <eric.fang@arm.com>
Run-TryBot: eric fang <eric.fang@arm.com>
src/cmd/compile/internal/ssagen/pgen.go