aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/exec_linux.go
diff options
context:
space:
mode:
authorKeith Randall <khr@golang.org>2022-12-09 19:49:53 -0800
committerKeith Randall <khr@google.com>2022-12-11 16:34:38 +0000
commit888047c31007c0ad96764254fa8afb1417ddfd40 (patch)
tree29fa79d980d66b18256b0e3d42838d49ce249195 /src/syscall/exec_linux.go
parent9b8750f53ed89fb326e4d811524e647683136bac (diff)
downloadgo-888047c31007c0ad96764254fa8afb1417ddfd40.tar.xz
cmd/compile: fix conditional move rule on PPC64
Similar to CL 456556 but for ppc64 instead of arm64. Change docs about how booleans are stored in registers for ppc64. We now don't promise to keep the upper bits zeroed; they might be junk. To test, I changed the boolean generation instructions (MOVBZload* and ISEL* with boolean type) to OR in 0x100 to the result. all.bash still passed, so I think nothing else is depending on the upper bits of booleans. Update #57184 Change-Id: Ie66f8934a0dafa34d0a8c2a37324868d959a852c Reviewed-on: https://go-review.googlesource.com/c/go/+/456437 Run-TryBot: Keith Randall <khr@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Keith Randall <khr@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: KAMPANAT THUMWONG (KONG PC) <1992kongpc.kth@gmail.com> Run-TryBot: Archana Ravindar <aravind5@in.ibm.com>
Diffstat (limited to 'src/syscall/exec_linux.go')
0 files changed, 0 insertions, 0 deletions