]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] cmd/compile: keep track of multiple rule file names in ssa/_gen
authorDavid Chase <drchase@google.com>
Fri, 8 Aug 2025 20:49:17 +0000 (16:49 -0400)
committerDavid Chase <drchase@google.com>
Mon, 11 Aug 2025 18:12:55 +0000 (11:12 -0700)
commitce0e803ab9fcee7e5adc99d262dde6f6c1f41842
tree4b47b12936af861802454addc3f259b91ea654c8
parent38b76bf2a3b4a2e1bd512f32907d7f2d3de3b71a
[dev.simd] cmd/compile: keep track of multiple rule file names in ssa/_gen

This was a long-standing "we need to fix this"
for simd work, this fixes it.  I expect that
simd peephole rule files will be coming soon
and there will be more errors and we will be
happier to have this.

Change-Id: Iefffc43e3e2110939f8d406f6e5da7e9e2d55bd9
Reviewed-on: https://go-review.googlesource.com/c/go/+/694455
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ssa/_gen/multiscanner.go [new file with mode: 0644]
src/cmd/compile/internal/ssa/_gen/rulegen.go