]> Cypherpunks repositories - gostls13.git/commit
test/codegen: port 2^n muls tests to codegen harness
authorAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 8 Mar 2018 09:57:10 +0000 (10:57 +0100)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Thu, 8 Mar 2018 16:30:14 +0000 (16:30 +0000)
commit3772b2e1d5e5ebf45d69eb4720cf81804169be01
tree5ef135fb51829c15f90571540e32771b6ee8cdd5
parent0585d41c87674da36c9a926aad115815db1dd295
test/codegen: port 2^n muls tests to codegen harness

And delete them from the asm_test.go file.

Change-Id: I124c8c352299646ec7db0968cdb0fe59a3b5d83d
Reviewed-on: https://go-review.googlesource.com/99475
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Giovanni Bajo <rasky@develer.com>
src/cmd/compile/internal/gc/asm_test.go
test/codegen/arithmetic.go [new file with mode: 0644]