cmd/objdump: new GOAMD64=v3 instructions don't disassemble properly #48584
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
Build this program with
GOAMD64=v3
:Disassembling with the native
objdump -d
, we getWith
go tool objdump
we get@martisch
Side note, the popcount instruction disassembles as
POPCNT
, it should really disassemble asPOPCNTQ
orPOPCNTL
, as appropriate.The text was updated successfully, but these errors were encountered: