]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: clean up amd64 opcode comments
authorKeith Randall <khr@golang.org>
Sun, 11 Sep 2022 21:26:10 +0000 (14:26 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 5 Dec 2022 22:22:11 +0000 (22:22 +0000)
commit9e059630ad5b7f6ddd4cf4559cd111906776d5fb
tree0cae6d6142a9ce30e6b1462ec175b664456e4fd1
parent185e1a7b27767f1c429fdde19a71ad57909a7924
cmd/compile: clean up amd64 opcode comments

Put comments about what operations do per block of related opcodes
instead of on each line. This is less repetitive and lets us be a bit
more verbose in our descriptions.

Doesn't change the generated code at all.

Change-Id: I98fbd4029df6537b10aac2113a00df121d0fca1b
Reviewed-on: https://go-review.googlesource.com/c/go/+/433736
Auto-Submit: Keith Randall <khr@google.com>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/_gen/AMD64Ops.go