]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ssagen: add initial test coverage for intrinsics
authorJoel Sing <joel@sing.id.au>
Fri, 2 Aug 2024 17:09:13 +0000 (03:09 +1000)
committerJoel Sing <joel@sing.id.au>
Thu, 22 Aug 2024 13:16:20 +0000 (13:16 +0000)
commit1a7a85359e5ba055e1f6f3de9ea839749f958237
treea85e5591759a091f28ea0b71b7d31e4e33f17cf2
parent6edc1c23ed078386bfbf7978f6cb5891cc2aa241
cmd/compile/internal/ssagen: add initial test coverage for intrinsics

Add basic test coverage for the intrinisic table - this at least allows
us to tell if intrinsics are added or removed unexpectedly. Code
generation changes resulting from intrinsics is not covered and is
left for test/codegen and others.

Change-Id: I3d538708b90cd04d3f449945e0fd9388097d683e
Reviewed-on: https://go-review.googlesource.com/c/go/+/605475
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/ssagen/intrinsics_test.go [new file with mode: 0644]