]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: convert typed aux to CCop for ARM64 rules
authorfanzha02 <fannie.zhang@arm.com>
Tue, 12 May 2020 11:47:23 +0000 (19:47 +0800)
committerfannie zhang <Fannie.Zhang@arm.com>
Mon, 24 Aug 2020 06:03:06 +0000 (06:03 +0000)
commitffbd8524ac4777e164ac20d80c1d8bd6a4ad5ccc
treeb7f1747b71fb5a86538fb3aa12b17e726e109807
parent328214e85ccffa80daa2b78d017c0ccb249f8221
cmd/compile: convert typed aux to CCop for ARM64 rules

Add a new conversion function to convert aux type to Op type.

Passes toolstash-check -all.

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