]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: switch to typed aux for mips lowering rules
authorAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 22 Apr 2020 08:08:41 +0000 (10:08 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 22 Apr 2020 17:30:07 +0000 (17:30 +0000)
commit81df5e69fc189af44459a4c6520b1c99d0210a92
tree12cf7dc1b2369a650350f6d94be9fdd367cdd03b
parent141b11d5a12f8bdf4825227db70e2a4309906ae9
cmd/compile: switch to typed aux for mips lowering rules

This covers most of the lowering rules.

Passes

  GOARCH=mips gotip build -toolexec 'toolstash -cmp' -a std
  GOARCH=mipsle gotip build -toolexec 'toolstash -cmp' -a std

Change-Id: I9d00aaebecb36622e3bdaf556e5a9377670bf86b
Reviewed-on: https://go-review.googlesource.com/c/go/+/229102
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/gen/MIPS.rules
src/cmd/compile/internal/ssa/rewriteMIPS.go