]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: improve slicemask removal
authorDavid Chase <drchase@google.com>
Wed, 17 Sep 2025 21:21:37 +0000 (17:21 -0400)
committerCherry Mui <cherryyz@google.com>
Fri, 3 Oct 2025 19:31:36 +0000 (12:31 -0700)
commit1bca4c1673f5d90822086f34aed6de4a9bea2d93
tree1a9bef23f40086918a5687e7041ab8e6a21cf8eb
parent38b26f29f1f97d24afc852b9f4eee829341ee682
cmd/compile: improve slicemask removal

this will be subsumed by pending changes in local slice
representation, however this was easy and works well.

Cherry-picked from the dev.simd branch. This CL is not
necessarily SIMD specific. Apply early to reduce risk.

Change-Id: I5b6eb10d257f04f906be7a8a6f2b6833992a39e8
Reviewed-on: https://go-review.googlesource.com/c/go/+/704876
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-on: https://go-review.googlesource.com/c/go/+/708866
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssa/prove.go
test/loopbce.go