]> Cypherpunks repositories - gostls13.git/commit
cmd/asm: don't panic on bad GATHER x86 instructions
authorKeith Randall <khr@golang.org>
Thu, 2 Mar 2023 06:32:46 +0000 (22:32 -0800)
committerKeith Randall <khr@google.com>
Thu, 2 Mar 2023 15:57:24 +0000 (15:57 +0000)
commitb958d4a597a599e22c78d25d83d803ab2a1f2c52
treebf5c23f2cde7ec22e42d91bfc0c72124e8ff25b6
parent2f9e38a1be0b2e09898dac261ae8894dcb2594a0
cmd/asm: don't panic on bad GATHER x86 instructions

Fixes #58822

Change-Id: I9c44c57dac72884ec3209d87ddb25e7e1675a737
Reviewed-on: https://go-review.googlesource.com/c/go/+/472795
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Rob Pike <r@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/internal/obj/x86/asm6.go