]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: ensure TESTQconst AuxInt is in range
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 15 Mar 2017 18:27:26 +0000 (11:27 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 15 Mar 2017 21:44:08 +0000 (21:44 +0000)
commit604455a46c3dac17422d9ca941848dbf7ae116b9
tree7d8a1fb7d2b090bffe8ac055fbff3f85c4bb403b
parentd0a045daaf022515ddf518cdded04f672210f8c4
cmd/compile: ensure TESTQconst AuxInt is in range

Fixes #19555

Change-Id: I7aa0551a90f6bb630c0ba721f3525a8a9cf793fd
Reviewed-on: https://go-review.googlesource.com/38164
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
test/fixedbugs/issue19555.go [new file with mode: 0644]