]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add MOVBE index load/store
authorWayne Zuo <wdvxdr1123@gmail.com>
Thu, 24 Mar 2022 14:53:41 +0000 (22:53 +0800)
committerKeith Randall <khr@golang.org>
Mon, 11 Apr 2022 15:41:56 +0000 (15:41 +0000)
commit32de2b0d1cf4d60119d7c717acec2163342392b9
tree41762806088598fdfc87b5b34870a123d0a1f98e
parent615d3c304077f1f3ca249151fb87d7d7a802cab2
cmd/compile: add MOVBE index load/store

Fixes #51724

Change-Id: I94e650a7482dc4c479d597f0162a6a89d779708d
Reviewed-on: https://go-review.googlesource.com/c/go/+/395474
Reviewed-by: Keith Randall <khr@golang.org>
Trust: Cherry Mui <cherryyz@google.com>
src/cmd/compile/internal/amd64/ssa.go
src/cmd/compile/internal/ssa/addressingmodes.go
src/cmd/compile/internal/ssa/gen/AMD64Ops.go
src/cmd/compile/internal/ssa/opGen.go
test/codegen/memcombine.go