]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use bool->uint8 op instead of copy
authorKeith Randall <khr@golang.org>
Wed, 15 Dec 2021 23:59:43 +0000 (15:59 -0800)
committerKeith Randall <khr@golang.org>
Tue, 1 Mar 2022 18:48:36 +0000 (18:48 +0000)
commit620a3c0596a2c0dd04964c3655e4f631fb85c0bb
tree9741dc2791fd3360f30119011ed73a083ade7d3b
parent510ad4561f859f66e5a2d22a73ce8253d19ede3e
cmd/compile: use bool->uint8 op instead of copy

Just a cleanup to make sure that generic SSA is properly typed.

Change-Id: Ie75fa972ae4e5fdaca535968769bca36044191c9
Reviewed-on: https://go-review.googlesource.com/c/go/+/372574
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/ssagen/ssa.go