]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: move checkptr alignment to SSA generation
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 27 Aug 2021 13:07:00 +0000 (20:07 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 9 Sep 2021 01:25:40 +0000 (01:25 +0000)
commitd62866ef793872779c9011161e51b9c805fcb73d
treecb2dabd2df1a5aa080141aceefcf491546ef8ea9
parent8fad81cd6294776c63a3e9a5820f196949974861
cmd/compile: move checkptr alignment to SSA generation

This is followup of CL 343972, moving the checkptr alignment
instrumentation during SSA generation instead of walk.

Change-Id: I29b2953e4eb8631277fe2e0f44b9d987dd7a69f9
Reviewed-on: https://go-review.googlesource.com/c/go/+/345430
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/ir/expr.go
src/cmd/compile/internal/ir/symtab.go
src/cmd/compile/internal/ssagen/ssa.go
src/cmd/compile/internal/walk/convert.go
src/cmd/compile/internal/walk/expr.go