mirror of https://github.com/golang/go.git
[git-generate] cd src/cmd/compile/internal/gc rf ' mv bench_test.go constFold_test.go dep_test.go \ fixedbugs_test.go iface_test.go float_test.go global_test.go \ inl_test.go lang_test.go logic_test.go \ reproduciblebuilds_test.go shift_test.go ssa_test.go \ truncconst_test.go zerorange_test.go \ cmd/compile/internal/test ' mv testdata ../test Change-Id: I041971b7e9766673f7a331679bfe1c8110dcda66 Reviewed-on: https://go-review.googlesource.com/c/go/+/279480 Trust: Russ Cox <rsc@golang.org> Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Matthew Dempsky <mdempsky@google.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| README | ||
| bench_test.go | ||
| constFold_test.go | ||
| dep_test.go | ||
| divconst_test.go | ||
| fixedbugs_test.go | ||
| float_test.go | ||
| global_test.go | ||
| iface_test.go | ||
| inl_test.go | ||
| lang_test.go | ||
| logic_test.go | ||
| mulconst_test.go | ||
| reproduciblebuilds_test.go | ||
| shift_test.go | ||
| ssa_test.go | ||
| test.go | ||
| truncconst_test.go | ||
| zerorange_test.go | ||
README
This directory holds small tests and benchmarks of code generated by the compiler. This code is not for importing, and the tests are intended to verify that specific optimzations are applied and correct.