]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use typed aux in arm64 MOVstore rules
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 30 Apr 2020 10:41:28 +0000 (12:41 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 4 May 2020 16:05:00 +0000 (16:05 +0000)
commitb3c0fe1d14485d34acc402f795eff32b36d6c4e2
tree4e4aba9ac05af63733b5fca2620d75e925ee0529
parent53f27474a455a4a82e8c0f8ef4cee9a37b51ff98
cmd/compile: use typed aux in arm64 MOVstore rules

Introduces a few casts, mostly to fix rules that mix int64 and int32
off1 and off2.

Passes

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

Change-Id: I1ec75211f3bb8e521dcc5217cf29ab0655a84d79
Reviewed-on: https://go-review.googlesource.com/c/go/+/230840
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/ssa/gen/ARM64.rules
src/cmd/compile/internal/ssa/gen/ARM64Ops.go
src/cmd/compile/internal/ssa/rewriteARM64.go