[dev.ssa] cmd/compile: use Copy instead of ConvNop
The existing backend simply elides OCONVNOP. There's no reason for us to do any differently. Rather than insert ConvNops and then rewrite them away, stop creating them in the first place. Change-Id: I4bcbe2229fcebd189ae18df24f2c612feb6e215e Reviewed-on: https://go-review.googlesource.com/12810Reviewed-by:Keith Randall <khr@golang.org>
Showing
Please register or sign in to comment