]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add more amd64 constant simplifications
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 28 Feb 2020 02:56:28 +0000 (18:56 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sat, 29 Feb 2020 17:26:11 +0000 (17:26 +0000)
commitba0e651130cfe0a8fc8ab2845b2f7c6ae44db1e1
tree709a374edd6cee5c750169273e7f688b0324a446
parent74f898360d2ea74d885544473cc60943771b36d4
cmd/compile: add more amd64 constant simplifications

More minor optimization opportunities from CL 220499.

Change-Id: Ic4f34c41ed8ab0fce227ac194731c1be12c602db
Reviewed-on: https://go-review.googlesource.com/c/go/+/221608
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/gen/AMD64.rules
src/cmd/compile/internal/ssa/rewriteAMD64.go