]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: mark PCMPEQB as commutative
authorJakub Ciolek <jakub@ciolek.dev>
Sat, 8 Feb 2025 22:35:51 +0000 (23:35 +0100)
committerGopher Robot <gobot@golang.org>
Mon, 10 Feb 2025 16:44:42 +0000 (08:44 -0800)
commit8cb6d3b826e25619de2f57d0aaf850a4116a2511
tree280ecdc36e14a9298ae8dfc03b29b55fc36c09db
parent472d2859066d98961b5a7f09556f6bd7ca216701
cmd/compile: mark PCMPEQB as commutative

compilecmp linux/amd64:

internal/runtime/maps
internal/runtime/maps.(*table).Delete changed

internal/runtime/maps [cmd/compile]
internal/runtime/maps.(*Map).Delete changed
internal/runtime/maps.(*table).Delete changed

Change-Id: Ic3c95411c23cab7427e63105170de41e5766f809
Reviewed-on: https://go-review.googlesource.com/c/go/+/647935
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/_gen/AMD64Ops.go
src/cmd/compile/internal/ssa/opGen.go