]> Cypherpunks repositories - gostls13.git/commit
test/codegen: port all small memmove tests to codegen
authorAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 14 Mar 2018 10:07:06 +0000 (11:07 +0100)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 14 Mar 2018 15:57:07 +0000 (15:57 +0000)
commitcd3aae9b815389a5e2f05066beffdf9678534325
treeaa3eedfe5b3a1ede7b9b2018c2cd5062dccd6986
parent858042b8fd51ae827e85cd47a0daf2957b84738e
test/codegen: port all small memmove tests to codegen

This change ports all the remaining tests checking that small memmoves
are replaced with MOVs to the new codegen test harness, and deletes
them from the asm_test file.

Change-Id: I01c94b441e27a5d61518035af62d62779dafeb56
Reviewed-on: https://go-review.googlesource.com/100476
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/asm_test.go
test/codegen/movesmall.go