]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: convert more ARM64.rules lines to typed aux mode
authorfanzha02 <fannie.zhang@arm.com>
Tue, 12 May 2020 03:05:24 +0000 (11:05 +0800)
committerfannie zhang <Fannie.Zhang@arm.com>
Mon, 24 Aug 2020 06:01:43 +0000 (06:01 +0000)
commit328214e85ccffa80daa2b78d017c0ccb249f8221
treea622ca47db513faaffd2305c76f264eb669d99b3
parentaa49a0b37249fc1d4a7963b6f1119983eaae9f97
cmd/compile: convert more ARM64.rules lines to typed aux mode

Add a check code for checking whether the "c" value can be
represented as a signed 32 bit integer in some rules.

Passes toolstash-check -all.

Change-Id: I84e4431dc75945985695516d34565b841c8b53e0
Reviewed-on: https://go-review.googlesource.com/c/go/+/233738
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/gen/ARM64.rules
src/cmd/compile/internal/ssa/rewriteARM64.go