diff options
| author | Keith Randall <khr@golang.org> | 2023-06-10 08:26:34 -0700 |
|---|---|---|
| committer | David Chase <drchase@google.com> | 2023-07-21 19:06:53 +0000 |
| commit | e713d6f939c90eb599c1469d08bb5edd7de8a281 (patch) | |
| tree | 9276e7eb337a4fe2d5a66311eaf0658527b819d2 /src/testing/example.go | |
| parent | ffd9bd7e605cdd2eb66e38bad6e0d93b0d37963c (diff) | |
| download | go-e713d6f939c90eb599c1469d08bb5edd7de8a281.tar.xz | |
cmd/compile: memcombine if values being stored are from consecutive loads
If we load 2 values and then store those 2 loaded values, we can likely
perform that operation with a single wider load and store.
Fixes #60709
Change-Id: Ifc5f92c2f1b174c6ed82a69070f16cec6853c770
Reviewed-on: https://go-review.googlesource.com/c/go/+/502295
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
Diffstat (limited to 'src/testing/example.go')
0 files changed, 0 insertions, 0 deletions
