]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: switch to typed aux for 386 lowering rules
authorAlberto Donizetti <alb.donizetti@gmail.com>
Fri, 17 Apr 2020 21:00:35 +0000 (23:00 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Sun, 19 Apr 2020 07:27:45 +0000 (07:27 +0000)
commitbbaae9c43d71dd43a6b306d8daa307d733b1dc91
treeeb1a35e93177b9841522eaead5bb8ecca1dbc186
parentaf9ab6b2e852c4177db06cf91edc7a869b4cb93e
cmd/compile: switch to typed aux for 386 lowering rules

Convert all the 386 lowering rules to the typed aux form.

Passes

  GOARCH=386 gotip build -toolexec 'toolstash -cmp' -a std

Change-Id: I15256f20bc4442391755e6fffb8206dcaab94830
Reviewed-on: https://go-review.googlesource.com/c/go/+/228818
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/gen/386.rules
src/cmd/compile/internal/ssa/rewrite386.go