]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: refactor memory op constructors in SSA builder
authorMatthew Dempsky <mdempsky@google.com>
Tue, 27 Mar 2018 20:35:39 +0000 (13:35 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Thu, 29 Mar 2018 20:51:13 +0000 (20:51 +0000)
commit64bf90576e60bce0c2a6acd3d42855ffdc1c2654
treeb00770b103f0f1bf0d08e1c013af1f1005738255
parent56eaf574a1f33a8e25561f256158059cc41a2add
cmd/compile: refactor memory op constructors in SSA builder

Pulling these operations out separately so it's easier to add
instrumentation calls.

Passes toolstash-check.

Updates #19054.

Change-Id: If6a537124a87bac2eceff1d66d9df5ebb3bf07be
Reviewed-on: https://go-review.googlesource.com/102816
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/ssa.go